다음을 통해 공유


ReportingService2010.GenerateModel 메서드

정의

public:
 Microsoft::SqlServer::ReportingServices2010::CatalogItem ^ GenerateModel(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2010::Warning ^> ^ % Warnings);
public Microsoft.SqlServer.ReportingServices2010.CatalogItem GenerateModel (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, out Microsoft.SqlServer.ReportingServices2010.Warning[] Warnings);
member this.GenerateModel : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2010.CatalogItem
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[]

반환

적용 대상