ReportingService2010.GenerateModelAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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())
Paramètres
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
S’applique à
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)
Paramètres
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object