Share via


IdentityManagementWebService.ReadIdentitiesByDescriptor メソッド

特定の記述子の ID を取得します。 最初の Try IMS ストア。 検索、必要に応じて AD などのソースを実行します (実際のソースは、ID オブジェクトのプロパティ自体によって示されます。 メモ-メンバーシップ情報が必要ない場合に、最も速く実行します。

名前空間:  Microsoft.TeamFoundation.Server.Core.WebServices
アセンブリ:  Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll 内)

構文

'宣言
<WebMethodAttribute> _
Public Function ReadIdentitiesByDescriptor ( _
    descriptors As IdentityDescriptor(), _
    queryMembership As Integer, _
    options As Integer, _
    features As Integer, _
    propertyNameFilters As String(), _
    propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesByDescriptor(
    IdentityDescriptor[] descriptors,
    int queryMembership,
    int options,
    int features,
    string[] propertyNameFilters,
    int propertyScope
)

パラメーター

  • queryMembership
    型 : System.Int32
    いずれも、直接または配置されたメンバーシップ情報

戻り値

型 : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
ID、対応する入力配列から 1 と 1 の配列。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IdentityManagementWebService クラス

Microsoft.TeamFoundation.Server.Core.WebServices 名前空間