Compartir a través de


ReportingService2006.BeginCreateModel Método

Definición

public:
 IAsyncResult ^ BeginCreateModel(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateModel (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, AsyncCallback callback, object asyncState);
member this.BeginCreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginCreateModel (Model As String, Parent As String, Definition As Byte(), Properties As Property(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parámetros

Model
String
Parent
String
Definition
Byte[]
Properties
Property[]
callback
AsyncCallback
asyncState
Object

Devoluciones

Se aplica a