ReportingService2005.BeginCreateModel Methode

Definition

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

Parameter

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

Gibt zurück

Gilt für: