Classe VersionFlag
Specifies tags that provide a standard identifier that can be attached to a version to reduce integration rework.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.VersionFlag
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "VersionFlag", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class VersionFlag _
Inherits MdmDataContractOfModelContextIdentifier
'Utilizzo
Dim instance As VersionFlag
[DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class VersionFlag : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"VersionFlag", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class VersionFlag : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionFlag =
class
inherit MdmDataContractOfModelContextIdentifier
end
public class VersionFlag extends MdmDataContractOfModelContextIdentifier
Nel tipo VersionFlag sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
VersionFlag | Initializes a new instance of the VersionFlag class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AssignedVersionId | Gets or sets the ID of the version the version flag is or should be associated with. | |
AuditInfo | Gets or sets audit information. Ereditato da MdmDataContractOfModelContextIdentifier. | |
Description | Gets or sets the description of the version flag. | |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. | |
Identifier | Gets or sets the ID of the model context. Ereditato da MdmDataContractOfModelContextIdentifier. | |
IsCommittedOnly | Gets or sets a value that indicates whether the VersionFlag should only be associated with committed versions. | |
Permission | Gets or sets the security permission. Ereditato da MdmDataContractOfModelContextIdentifier. |
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
Osservazioni
These identifiers can be limited to only committed versions or available to all versions based on a Boolean setting.
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.