Класс User

Represents Active Directory users added in MDS.

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

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

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User
'Применение
Dim instance As User
[DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class User
[DataContractAttribute(Name = L"User", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class User sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type User =  class end
public final class User

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets an AuditInfo complex type.
Открытое свойство Description Gets or sets a description of the user.
Открытое свойство DisplayName Gets or sets the display name of the user.
Открытое свойство EmailAddress Gets or sets a valid e-mail address associated with user.
Открытое свойство EmailFormat Gets or sets an EmailFormat simple type.
Открытое свойство GroupPrivileges Gets or sets an ArrayOfIdentifier complex type.
Открытое свойство Identifier Gets or sets an Identifier complex type.
Открытое свойство LastLogOn Gets or sets the date and time of last log on.
Открытое свойство LoggedIn Gets or sets a value indicating whether the user is logged in.
Открытое свойство SecurityPrivilege Gets or sets a SecurityPriveleges complex type.
Открытое свойство SID Gets or sets an Internal Security ID.

В начало

Методы

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

В начало

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

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