ReportingService2006.CreateModelAsync 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í.
Sobrecargas
CreateModelAsync(String, String, Byte[], Property[]) | |
CreateModelAsync(String, String, Byte[], Property[], Object) |
CreateModelAsync(String, String, Byte[], Property[])
public:
void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub CreateModelAsync (Model As String, Parent As String, Definition As Byte(), Properties As Property())
Parámetros
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
Se aplica a
CreateModelAsync(String, String, Byte[], Property[], Object)
public:
void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub CreateModelAsync (Model As String, Parent As String, Definition As Byte(), Properties As Property(), userState As Object)
Parámetros
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
- userState
- Object