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 | |
---|---|---|
AuditInfo | Initializes a new instance of the AuditInfo class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CreatedDateTime | Gets or sets the date and time when the associated object was created. | |
CreatedUserId | Gets or sets the user identifier in which the associated object was created. | |
CreatedVersionId | Gets or sets the version identifier in which the associated object was created. | |
ExtensionData | Gets or sets an object containing extra data. | |
UpdatedDateTime | Gets or sets the last date and time that the associated object was updated. | |
UpdatedUserId | Gets or sets the identifier of the last user that updated the object. | |
UpdatedVersionId | Gets or sets the identifier of the version in which the associated object was last update. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.