StagingBatchInformation.ModelName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the model name.

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

Syntax

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

Property Value

Type: System.String

A string that represents the model name.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top