Share via


ReportingService2006.GenerateModelAsync Metodo

Definizione

Overload

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::ReportingServices2006::Property ^> ^ Properties);
public void GenerateModelAsync (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.GenerateModelAsync : string * string * string * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub GenerateModelAsync (DataSource As String, Model As String, Parent As String, Properties As Property())

Parametri

DataSource
String
Model
String
Parent
String
Properties
Property[]

Si applica a

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

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

Parametri

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

Si applica a