Condividi tramite


Classe Group

Represents group complex types.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..Group

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group
'Utilizzo
Dim instance As Group
[DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group
[DataContractAttribute(Name = L"Group", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Group sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group =  class end
public final class Group

Nel tipo Group sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Group Initializes a new instance of the Group class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets AuditInfo complex types.
Proprietà pubblica Description Gets or sets a description of the security Group sourced from an Active Directory or local SAM.
Proprietà pubblica GroupType Gets or sets the group type of the security group (AD group or local group).
Proprietà pubblica Identifier Gets or sets the identifier of the security Group.
Proprietà pubblica SecurityPrivilege Gets or sets a SecurityPrivileges complex type containing the set of MDS privileges assigned to the Group.
Proprietà pubblica SID Gets or sets the SID of the group from Windows.
Proprietà pubblica UserAssignments Gets or sets an array of identifiers containing the set of user identifiers assigned to the security group.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.