ReportingService2006.CreateModel 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í.
public:
Microsoft::SqlServer::ReportingServices2006::CatalogItem ^ CreateModel(System::String ^ Model, System::String ^ Parent, 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 Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] Warnings);
member this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2006.CatalogItem
Public Function CreateModel (Model As String, Parent As String, Definition As Byte(), Properties As Property(), ByRef Warnings As Warning()) As CatalogItem
Parámetros
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
- Warnings
- Warning[]