DimensionBinding.DataSourceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the DataSource identifier for the current DimensionBinding.

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

Syntax

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

Property Value

Type: System.String

A String that contains the identifier of the DataSource.

See Also

DimensionBinding Class
Microsoft.AnalysisServices Namespace

Return to top