ObjectReference.DataSourceViewID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the data source view identifier for the cube in which the object resides.

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

Syntax

public string DataSourceViewID { get; set; }
public:
property String^ DataSourceViewID {
    String^ get();
    void set(String^ value);
}
member DataSourceViewID : string with get, set
Public Property DataSourceViewID As String

Property Value

Type: System.String

A data source view identifier.

See Also

ObjectReference Class
Microsoft.AnalysisServices Namespace

Return to top