Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies tags that provide a standard identifier that can be attached to a version to reduce integration rework.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.VersionFlag
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "VersionFlag", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class VersionFlag _
Inherits MdmDataContractOfModelContextIdentifier
'Usage
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
Der VersionFlag-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
VersionFlag | Initializes a new instance of the VersionFlag class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AssignedVersionId | Gets or sets the ID of the version the version flag is or should be associated with. |
![]() |
AuditInfo | Gets or sets audit information. (Geerbt von MdmDataContractOfModelContextIdentifier.) |
![]() |
Description | Gets or sets the description of the version flag. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.) |
![]() |
Identifier | Gets or sets the ID of the model context. (Geerbt von 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. (Geerbt von MdmDataContractOfModelContextIdentifier.) |
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
These identifiers can be limited to only committed versions or available to all versions based on a Boolean setting.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)