Método AccessControlWebService.QueryServiceIdentities
Consulta identidades de serviço os nomes dados
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Function QueryServiceIdentities ( _
serviceIdentityNames As String(), _
includeMemberships As Boolean _
) As ServiceIdentity2012()
[WebMethodAttribute]
public ServiceIdentity2012[] QueryServiceIdentities(
string[] serviceIdentityNames,
bool includeMemberships
)
Parâmetros
- serviceIdentityNames
Tipo: array<System.String[]
Os nomes das identidades 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.