RSConnection2006.CreateModel 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 ^ CreateModel(System::String ^ itemName, System::String ^ parentPath, cli::array <System::Byte> ^ definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2006::Warning ^> ^ % warnings);
public Microsoft.SqlServer.ReportingServices2006.CatalogItem CreateModel (string itemName, string parentPath, byte[] definition, Microsoft.SqlServer.ReportingServices2006.Property[] properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] warnings);
override this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2006.CatalogItem
Public Function CreateModel (itemName As String, parentPath As String, definition As Byte(), properties As Property(), ByRef warnings As Warning()) As CatalogItem
Paramètres
- itemName
- String
- parentPath
- String
- definition
- Byte[]
- properties
- Property[]
- warnings
- Warning[]