Класс Group

Represents group complex types.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group
'Применение
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

Тип Group обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Group Initializes a new instance of the Group class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets AuditInfo complex types.
Открытое свойство Description Gets or sets a description of the security Group sourced from an Active Directory or local SAM.
Открытое свойство GroupType Gets or sets the group type of the security group (AD group or local group).
Открытое свойство Identifier Gets or sets the identifier of the security Group.
Открытое свойство SecurityPrivilege Gets or sets a SecurityPrivileges complex type containing the set of MDS privileges assigned to the Group.
Открытое свойство SID Gets or sets the SID of the group from Windows.
Открытое свойство UserAssignments Gets or sets an array of identifiers containing the set of user identifiers assigned to the security group.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.