ReportingService2010.GenerateModelAsync Метод

Определение

Перегрузки

GenerateModelAsync(String, String, String, Property[])
GenerateModelAsync(String, String, String, Property[], Object)

GenerateModelAsync(String, String, String, Property[])

public:
 void GenerateModelAsync(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void GenerateModelAsync (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.GenerateModelAsync : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub GenerateModelAsync (DataSource As String, Model As String, Parent As String, Properties As Property())

Параметры

DataSource
String
Model
String
Parent
String
Properties
Property[]

Применяется к

GenerateModelAsync(String, String, String, Property[], Object)

public:
 void GenerateModelAsync(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void GenerateModelAsync (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.GenerateModelAsync : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] * obj -> unit
Public Sub GenerateModelAsync (DataSource As String, Model As String, Parent As String, Properties As Property(), userState As Object)

Параметры

DataSource
String
Model
String
Parent
String
Properties
Property[]
userState
Object

Применяется к