Share via


AuditInfo-Klasse

Represents audit information appended to numerous complex types.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo _
    Implements IExtensibleDataObject
'Usage
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

Der AuditInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AuditInfo Initializes a new instance of the AuditInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreatedDateTime Gets or sets the date and time when the associated object was created.
Öffentliche Eigenschaft CreatedUserId Gets or sets the user identifier in which the associated object was created.
Öffentliche Eigenschaft CreatedVersionId Gets or sets the version identifier in which the associated object was created.
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data.
Öffentliche Eigenschaft UpdatedDateTime Gets or sets the last date and time that the associated object was updated.
Öffentliche Eigenschaft UpdatedUserId Gets or sets the identifier of the last user that updated the object.
Öffentliche Eigenschaft UpdatedVersionId Gets or sets the identifier of the version in which the associated object was last update.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.