Clase User
Represents Active Directory users added in MDS.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..User
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User
'Uso
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
El tipo User expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)