次の方法で共有


ReportingService2005.GetRoleProperties メソッド

関連付けられたタスクのロール情報とコレクションを返します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Function GetRoleProperties ( _
    Name As String, _
    <OutAttribute> ByRef Description As String _
) As Task()
'使用
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[]

パラメーター

  • Description
    型: System.String%
    [out] ロールの説明です。

戻り値

型: array<ReportService2005.Task[]
ロールに関連付けられたタスクを表す Task オブジェクトの配列です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(Out) ServerInfoHeaderValue

必要な権限

ReadRoleProperties (システム)

関連項目

参照

ReportingService2005 クラス

ReportService2005 名前空間