RSConnection.GenerateModel(String, String, String, Property[]) 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.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ GenerateModel(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public Microsoft.SqlServer.ReportingServices2005.Warning[] GenerateModel (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
override this.GenerateModel : string * string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> Microsoft.SqlServer.ReportingServices2005.Warning[]
Public Function GenerateModel (DataSource As String, Model As String, Parent As String, Properties As Property()) As Warning()
Paramètres
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
Retours
Warning[]