Partager via


Classe AuditInfo

Represents audit information appended to numerous complex types.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..AuditInfo

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo _
    Implements IExtensibleDataObject
'Utilisation
Dim instance As AuditInfo
[DataContractAttribute(Name = "AuditInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AuditInfo : IExtensibleDataObject
[DataContractAttribute(Name = L"AuditInfo", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AuditInfo : IExtensibleDataObject
[<DataContractAttribute(Name = "AuditInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AuditInfo =  
    class
        interface IExtensibleDataObject
    end
public class AuditInfo implements IExtensibleDataObject

Le type AuditInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AuditInfo Initializes a new instance of the AuditInfo class.

Haut de la page

Propriétés

  Nom Description
Propriété publique CreatedDateTime Gets or sets the date and time when the associated object was created.
Propriété publique CreatedUserId Gets or sets the user identifier in which the associated object was created.
Propriété publique CreatedVersionId Gets or sets the version identifier in which the associated object was created.
Propriété publique ExtensionData Gets or sets an object containing extra data.
Propriété publique UpdatedDateTime Gets or sets the last date and time that the associated object was updated.
Propriété publique UpdatedUserId Gets or sets the identifier of the last user that updated the object.
Propriété publique UpdatedVersionId Gets or sets the identifier of the version in which the associated object was last update.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.