StagingBatchInformation.VersionName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the version name.

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

Syntax

[DataMemberAttribute]
public string VersionName { get; set; }
public:
[DataMemberAttribute]
property String^ VersionName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member VersionName : string with get, set
<DataMemberAttribute>
Public Property VersionName As String

Property Value

Type: System.String

A string that represents the version name.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top