Classe Version
Specifies a snapshot that contains all model members, attributes, hierarchies and collections for a model, usually denoting a specific time period.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices..::..Version
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "Version", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Version _
Inherits MdmDataContractOfModelContextIdentifier
'Utilizzo
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
Nel tipo Version sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AuditInfo | Gets or sets audit information. Ereditato da 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 an object that contains extra data. Ereditato da MdmDataContractOfModelContextIdentifier. |
![]() |
Identifier | Gets or sets the ID of the model context. Ereditato da MdmDataContractOfModelContextIdentifier. |
![]() |
Permission | Gets or sets the security permission. Ereditato da 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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.