ReportingService2006.CreateModelAsync Metodo

Definizione

Overload

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())

Parametri

Model
String
Parent
String
Definition
Byte[]
Properties
Property[]

Si applica 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)

Parametri

Model
String
Parent
String
Definition
Byte[]
Properties
Property[]
userState
Object

Si applica a