Método AccessControlWebService.QueryServiceIdentitiesById
Consulte identidades de serviço por ID
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Function QueryServiceIdentitiesById ( _
serviceIdentityIds As Guid(), _
includeMemberships As Boolean _
) As ServiceIdentity2012()
[WebMethodAttribute]
public ServiceIdentity2012[] QueryServiceIdentitiesById(
Guid[] serviceIdentityIds,
bool includeMemberships
)
Parâmetros
- serviceIdentityIds
Tipo: array<System.Guid[]
Os ids de identidades de serviço para ver
- includeMemberships
Tipo: System.Boolean
Independentemente de incluir informações de associação
Valor de retorno
Tipo: array<Microsoft.TeamFoundation.Server.Core.WebServices.ServiceIdentity2012[]
As identidades de serviço
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.