ReportingService2005.CreateRoleAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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())
パラメーター
- Name
- String
- Description
- String
- Tasks
- Task[]
適用対象
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)
パラメーター
- Name
- String
- Description
- String
- Tasks
- Task[]
- userState
- Object