VersionFlag-Klasse
Represents a custom label for MDS version to aid in integration automation.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'ModelContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..VersionFlag
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "VersionFlag", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class VersionFlag _
Inherits MdmDataContract(Of ModelContextIdentifier)
'Usage
Dim instance As VersionFlag
[DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class VersionFlag : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"VersionFlag", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class VersionFlag sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "VersionFlag", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionFlag =
class
inherit MdmDataContract<ModelContextIdentifier>
end
public final class VersionFlag extends MdmDataContract<ModelContextIdentifier>
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 an Identifier complex type. | |
AuditInfo | Gets or sets the AuditInfo. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
Identifier | Gets or sets the ID. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) | |
Permission | Gets or sets the permission. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.) |
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
Felder
Name | Beschreibung | |
---|---|---|
Description | String description of the version flag. | |
IsCommittedOnly | Indicates the type of version this flag is capable of identifying. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.