DsvTableBinding.DataSourceViewID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the data source view unique identifier.

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

Syntax

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

Property Value

Type: System.String

A String with the data source view unique identifier.

See Also

DsvTableBinding Class
Microsoft.AnalysisServices Namespace

Return to top