ReportingService2006.CreateModel(String, String, Byte[], Property[], Warning[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/CreateModel", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public Microsoft.SqlServer.ReportingServices2006.CatalogItem CreateModel (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] Warnings);
Public Function CreateModel (Model As String, Parent As String, Definition As Byte(), Properties As Property(), ByRef Warnings As Warning()) As CatalogItem
Parametri
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
- Warnings
- Warning[]
Restituisce
- Attributi