ReportingService2005.BeginCreateRole Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
IAsyncResult ^ BeginCreateRole(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateRole (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks, AsyncCallback callback, object asyncState);
member this.BeginCreateRole : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginCreateRole (Name As String, Description As String, Tasks As Task(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameter
- Name
- String
- Description
- String
- Tasks
- Task[]
- callback
- AsyncCallback
- asyncState
- Object