Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the collection of data sources associated with a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSources As DataSourceCollection
Get
'Usage
Dim instance As Database
Dim value As DataSourceCollection
value = instance.DataSources
[BrowsableAttribute(false)]
public DataSourceCollection DataSources { get; }
[BrowsableAttribute(false)]
public:
property DataSourceCollection^ DataSources {
DataSourceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member DataSources : DataSourceCollection
function get DataSources () : DataSourceCollection
Property Value
Type: Microsoft.AnalysisServices.DataSourceCollection
A collection of data sources.