RSConnection2006.GenerateModel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
Microsoft::SqlServer::ReportingServices2006::CatalogItem ^ GenerateModel(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2006::Warning ^> ^ % warnings);
public Microsoft.SqlServer.ReportingServices2006.CatalogItem GenerateModel (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] warnings);
Public Function GenerateModel (DataSource As String, Model As String, Parent As String, Properties As Property(), ByRef warnings As Warning()) As CatalogItem
參數
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
- warnings
- Warning[]