Поделиться через


Свойство DataSourceView

Gets the DataSourceView object associated with a Dimension.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSourceView As DataSourceView
    Get
'Применение
Dim instance As Dimension
Dim value As DataSourceView

value = instance.DataSourceView
[BrowsableAttribute(false)]
public DataSourceView DataSourceView { get; }
[BrowsableAttribute(false)]
public:
property DataSourceView^ DataSourceView {
    DataSourceView^ get ();
}
[<BrowsableAttribute(false)>]
member DataSourceView : DataSourceView
function get DataSourceView () : DataSourceView

Значение свойства

Тип: Microsoft.AnalysisServices. . :: . .DataSourceView
An object containing DataSourceView information.