RSConnection2006.CreateModel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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[]