User-Klasse
Represents Active Directory users added in MDS.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..User
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User
'Usage
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
Der User-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)
.gif)