ReportingService2005.CreateModel(String, String, Byte[], Property[]) 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:
cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ CreateModel(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public Microsoft.SqlServer.ReportingServices2005.Warning[] CreateModel (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.Property[] -> Microsoft.SqlServer.ReportingServices2005.Warning[]
Public Function CreateModel (Model As String, Parent As String, Definition As Byte(), Properties As Property()) As Warning()
Parametri
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
Restituisce
Warning[]