ReportingService2005.SetRolePropertiesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| 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())
Parametri
- Name
- String
- Description
- String
- Tasks
- Task[]
Si applica a
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)
Parametri
- Name
- String
- Description
- String
- Tasks
- Task[]
- userState
- Object