ReportingService2005.SetRolePropertiesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetRolePropertiesAsync(String, String, Task[]) | |
SetRolePropertiesAsync(String, String, Task[], Object) |
SetRolePropertiesAsync(String, String, Task[])
public:
void SetRolePropertiesAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks);
public void SetRolePropertiesAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks);
member this.SetRolePropertiesAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] -> unit
Public Sub SetRolePropertiesAsync (Name As String, Description As String, Tasks As Task())
参数
- Name
- String
- Description
- String
- Tasks
- Task[]
适用于
SetRolePropertiesAsync(String, String, Task[], Object)
public:
void SetRolePropertiesAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks, System::Object ^ userState);
public void SetRolePropertiesAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks, object userState);
member this.SetRolePropertiesAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] * obj -> unit
Public Sub SetRolePropertiesAsync (Name As String, Description As String, Tasks As Task(), userState As Object)
参数
- Name
- String
- Description
- String
- Tasks
- Task[]
- userState
- Object