ReportingService2006.GenerateModelAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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())
Parámetros
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
Se aplica 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)
Parámetros
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object