DataSource propriété
Gets the DataSource object for the partition
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource
Get
'Utilisation
Dim instance As Partition
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 la propriété
Type : Microsoft.AnalysisServices. . :: . .DataSource
A DataSource object.