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