Partager via


Propriété MiningStructure.DataSource

Gets the DataSource object that is associated with a MiningStructure.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
'Utilisation
Dim instance As MiningStructure 
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

Valeur de propriété

Type : Microsoft.AnalysisServices.DataSource
A DataSource that contains the DataSource object associated with a MiningStructure.

Voir aussi

Référence

MiningStructure Classe

Espace de noms Microsoft.AnalysisServices