Database.MasterDataSourceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the master data source identifier for a Database.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string MasterDataSourceID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ MasterDataSourceID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member MasterDataSourceID : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property MasterDataSourceID As String

Property Value

Type: System.String

The master data source identifier.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top