Propriedade do RDL DataSource
Gets the DataSource object associated with a Cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource
Get
'Uso
Dim instance As Cube
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .DataSource
An object containing DataSource information.