Compartilhar via


Propriedade do RDL Cube.Source

Gets or sets the source for a relational cube.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As DataSourceViewBinding 
    Get 
    Set
'Uso
Dim instance As Cube 
Dim value As DataSourceViewBinding 

value = instance.Source

instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public DataSourceViewBinding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataSourceViewBinding^ Source {
    DataSourceViewBinding^ get ();
    void set (DataSourceViewBinding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CubeSourceTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : DataSourceViewBinding with get, set
function get Source () : DataSourceViewBinding 
function set Source (value : DataSourceViewBinding)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.DataSourceViewBinding
A DataSourceViewBinding object.

Consulte também

Referência

Cube Classe

Namespace Microsoft.AnalysisServices