Compartir a través de


Clase User

Defines the data contract for the user object.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "User", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class User _
    Inherits DataContractBase
'Uso
Dim instance As User
[DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class User : DataContractBase
[DataContractAttribute(Name = L"User", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class User sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "User", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type User =  
    class 
        inherit DataContractBase 
    end
public final class User extends DataContractBase

El tipo User expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público User Initializes a new instance of the User class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets the audit information.
Propiedad pública Description Gets or sets the description for the user.
Propiedad pública DisplayName Gets or sets the display name of the user.
Propiedad pública EmailAddress Gets or sets the email address.
Propiedad pública EmailFormat Gets or sets the email format.
Propiedad pública GroupPrivileges Gets or sets the list of group permission identifiers.
Propiedad pública Identifier Gets or sets the user identifier.
Propiedad pública LastLogOn Gets or sets the date and time of last log on.
Propiedad pública LoggedIn Gets or sets a value that indicates whether the user is logged in.
Propiedad pública SecurityPrivilege Gets or sets the list of security privileges.
Propiedad pública SID Gets or sets the security token identifier for the user.

Arriba

Métodos

  Nombre Descripción
Método público Equals Indicates whether the specified user is equal to the current user. (Invalida Object.Equals(Object).)
Método público GetHashCode Gets the hash code for data contract user. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts