ReportingService2005.CreateRoleAsync 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.
Overloads
CreateRoleAsync(String, String, Task[]) | |
CreateRoleAsync(String, String, Task[], Object) |
CreateRoleAsync(String, String, Task[])
public:
void CreateRoleAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks);
public void CreateRoleAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks);
member this.CreateRoleAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] -> unit
Public Sub CreateRoleAsync (Name As String, Description As String, Tasks As Task())
Parameters
- Name
- String
- Description
- String
- Tasks
- Task[]
Applies to
CreateRoleAsync(String, String, Task[], Object)
public:
void CreateRoleAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks, System::Object ^ userState);
public void CreateRoleAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks, object userState);
member this.CreateRoleAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] * obj -> unit
Public Sub CreateRoleAsync (Name As String, Description As String, Tasks As Task(), userState As Object)
Parameters
- Name
- String
- Description
- String
- Tasks
- Task[]
- userState
- Object