StagingUnbatchedCriteria.VersionId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the globally unique identifier (GUID) or the exact name of the version.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier VersionId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ VersionId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member VersionId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property VersionId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

StagingUnbatchedCriteria Class
Microsoft.MasterDataServices Namespace

Return to top