Partager via


Classe Group

Represents group complex types.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group
'Utilisation
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

Le type Group expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Group Initializes a new instance of the Group class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.