MeasureGroupBinding.DataSourceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the data source associated with the binding.

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

Syntax

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

Property Value

Type: System.String

A unique identifier for the data source.

See Also

MeasureGroupBinding Class
Microsoft.AnalysisServices Namespace

Return to top