StagingBatchInformation.VersionId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the version.

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

Syntax

[DataMemberAttribute]
public int VersionId { get; set; }
public:
[DataMemberAttribute]
property int VersionId {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member VersionId : int with get, set
<DataMemberAttribute>
Public Property VersionId As Integer

Property Value

Type: System.Int32

An integer that represents the version ID.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top