ReportingService2005.CreateModelAsync Método

Definição

Sobrecargas

CreateModelAsync(String, String, Byte[], Property[], Object)
CreateModelAsync(String, String, Byte[], Property[])

CreateModelAsync(String, String, Byte[], Property[], Object)

public:
 void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.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

Aplica-se a

CreateModelAsync(String, String, Byte[], Property[])

public:
 void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.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[]

Aplica-se a