Share via


Group-Klasse

Represents group complex types.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

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

Der Group-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Group Initializes a new instance of the Group class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.