DataSourceView.DataSourceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the data source identifier for the DataSourceView object.

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

Syntax

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

Property Value

Type: System.String

The data source identifier itself.

See Also

DataSourceView Class
Microsoft.AnalysisServices Namespace

Return to top