RSConnection2006.GenerateModel 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:
Microsoft::SqlServer::ReportingServices2006::CatalogItem ^ GenerateModel(System::String ^ DataSource, System::String ^ Model, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2006::Warning ^> ^ % warnings);
public Microsoft.SqlServer.ReportingServices2006.CatalogItem GenerateModel (string DataSource, string Model, string Parent, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] warnings);
override this.GenerateModel : string * string * string * Microsoft.SqlServer.ReportingServices2006.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2006.CatalogItem
Public Function GenerateModel (DataSource As String, Model As String, Parent As String, Properties As Property(), ByRef warnings As Warning()) As CatalogItem
Paramètres
- DataSource
- String
- Model
- String
- Parent
- String
- Properties
- Property[]
- warnings
- Warning[]