Condividi tramite


Proprietà Dimension.DataSource

Gets the data source object used in the current dimension.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
'Utilizzo
Dim instance As Dimension 
Dim value As DataSource 

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.DataSource
An object containing DataSource information.

Vedere anche

Riferimento

Dimension Classe

Spazio dei nomi Microsoft.AnalysisServices