Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns role information and a collection of associated tasks.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Function GetRoleProperties ( _
Name As String, _
<OutAttribute> ByRef Description As String _
) As Task()
'Usage
Dim instance As ReportingService2005
Dim Name As String
Dim Description As String
Dim returnValue As Task()
returnValue = instance.GetRoleProperties(Name, _
Description)
public Task[] GetRoleProperties(
string Name,
out string Description
)
public:
array<Task^>^ GetRoleProperties(
String^ Name,
[OutAttribute] String^% Description
)
member GetRoleProperties :
Name:string *
Description:string byref -> Task[]
public function GetRoleProperties(
Name : String,
Description : String
) : Task[]
Parameter
- Name
Typ: System.String
The name of the role.
- Description
Typ: System.String%
[out] The description of the role.
Rückgabewert
Typ: array<ReportService2005.Task[]
An array of Task objects that represents the tasks associated with the role.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
ReadRoleProperties (System) |