ReportingService2006.CreateModel Метод

Определение

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

Параметры

Model
String
Parent
String
Definition
Byte[]
Properties
Property[]
Warnings
Warning[]

Возвращаемое значение

Применяется к