Clase Version
Specifies a snapshot that contains all model members, attributes, hierarchies and collections for a model, usually denoting a specific time period.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.Version
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "Version", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Version _
Inherits MdmDataContractOfModelContextIdentifier
'Uso
Dim instance As Version
[DataContractAttribute(Name = "Version", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Version : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"Version", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Version : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "Version", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Version =
class
inherit MdmDataContractOfModelContextIdentifier
end
public class Version extends MdmDataContractOfModelContextIdentifier
El tipo Version expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Version | Initializes a new instance of the Version class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
CopiedFromVersionId | Gets or sets the version this version was copied from. Except for the initial version, all subsequent versions must be copied from another version.. | |
Description | Gets or sets a description of the version. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets the ID of the model context. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
Permission | Gets or sets the security permission. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
ValidationStatus | Gets or sets the current validation status of the version's member data. | |
VersionFlagId | Gets or sets the version flag to which this version is linked. | |
VersionNumber | Gets or sets the displayable version number. | |
VersionStatus | Gets or sets the current status of the version. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
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.