Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the collection of data source views associated with a Database.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<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
Valor de propiedad
A collection of data source views.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Database Class
Database Members
Microsoft.AnalysisServices Namespace