Share via


RSConnection2006.CreateModel 方法

定义

public:
 Microsoft::SqlServer::ReportingServices2006::CatalogItem ^ CreateModel(System::String ^ itemName, System::String ^ parentPath, cli::array <System::Byte> ^ definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2006::Warning ^> ^ % warnings);
public Microsoft.SqlServer.ReportingServices2006.CatalogItem CreateModel (string itemName, string parentPath, byte[] definition, Microsoft.SqlServer.ReportingServices2006.Property[] properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] warnings);
override this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2006.CatalogItem
Public Function CreateModel (itemName As String, parentPath As String, definition As Byte(), properties As Property(), ByRef warnings As Warning()) As CatalogItem

参数

itemName
String
parentPath
String
definition
Byte[]
properties
Property[]
warnings
Warning[]

返回

适用于