Compartir a través de


Clase AuditInfo

Represents audit information appended to numerous complex types.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.AuditInfo

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

Sintaxis

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

El tipo AuditInfo expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CreatedDateTime Gets or sets the date and time when the associated object was created.
Propiedad pública CreatedUserId Gets or sets the user identifier in which the associated object was created.
Propiedad pública CreatedVersionId Gets or sets the version identifier in which the associated object was created.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública UpdatedDateTime Gets or sets the last date and time that the associated object was updated.
Propiedad pública UpdatedUserId Gets or sets the identifier of the last user that updated the object.
Propiedad pública UpdatedVersionId Gets or sets the identifier of the version in which the associated object was last update.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use AuditInfo to store object modification history. Always use AuditInfo for read-only data.

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