Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the collection of data source views associated with a Database.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSourceViews As DataSourceViewCollection
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public DataSourceViewCollection DataSourceViews { get; }
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public:
property DataSourceViewCollection^ DataSourceViews {
DataSourceViewCollection^ get ();
}
/** @property */
public DataSourceViewCollection get_DataSourceViews ()
public function get DataSourceViews () : DataSourceViewCollection
Значение свойства
A collection of data source views.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Database Class
Database Members
Microsoft.AnalysisServices Namespace