Classe User
Represents Active Directory users added in MDS.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..User
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User
'Utilizzo
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
Nel tipo User sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.