Classe AuditInfo
Represents audit information appended to numerous complex types.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.DataContractBase
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 _
Inherits DataContractBase
'Utilisation
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
Le type AuditInfo expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AuditInfo | Initializes a new instance of the AuditInfo class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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 the structure that contains extra data. (hérité de DataContractBase.) | |
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.