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);
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[]

傳回

CatalogItem

適用於