Partilhar via


Classe SecurityPrincipals

Defines the data contract for the security principals.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "SecurityPrincipals", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrincipals _
    Inherits DataContractBase
'Uso
Dim instance As SecurityPrincipals
[DataContractAttribute(Name = "SecurityPrincipals", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipals : DataContractBase
[DataContractAttribute(Name = L"SecurityPrincipals", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipals sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrincipals", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipals =  
    class 
        inherit DataContractBase 
    end
public final class SecurityPrincipals extends DataContractBase

O tipo SecurityPrincipals expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SecurityPrincipals Initializes a new instance of the SecurityPrincipals class.

Início

Propriedades

  Nome Descrição
Propriedade pública Groups Gets or sets the list of security groups.
Propriedade pública Users Gets or sets the list of security users.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts