ReportingService2005.BeginCreateModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
- callback
- AsyncCallback
- asyncState
- Object