Compartir a través de


IdentityManagementWebService.ReadIdentities (Método)

Identidades de lectura. El primer almacén de IMS try, entonces origen como opcionalmente de AD. El origen real se indica mediante una propiedad del objeto de identidad propia.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core.WebServices
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function ReadIdentities ( _
    searchFactor As Integer, _
    factorValues As String(), _
    queryMembership As Integer, _
    options As Integer, _
    features As Integer, _
    propertyNameFilters As String(), _
    propertyScope As Integer _
) As TeamFoundationIdentity()()
[WebMethodAttribute]
public TeamFoundationIdentity[][] ReadIdentities(
    int searchFactor,
    string[] factorValues,
    int queryMembership,
    int options,
    int features,
    string[] propertyNameFilters,
    int propertyScope
)

Parámetros

  • searchFactor
    Tipo: System.Int32
    cómo se especifican las identidades
  • factorValues
    Tipo: array<System.String[]
    factorValues (nombre de cuenta, etc.).
  • queryMembership
    Tipo: System.Int32
    ninguno, directa o expandidas información de pertenencia

Valor devuelto

Tipo: array<array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[][]
Matriz de identidades.

Seguridad de .NET Framework

Vea también

Referencia

IdentityManagementWebService Clase

Microsoft.TeamFoundation.Server.Core.WebServices (Espacio de nombres)