Propriedade do RDL MiningStructure.Source

Gets or sets the source of data to which MiningStructure is bound.

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

Sintaxe

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

value = instance.Source

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Binding
A binding that identifies the source of data to which MiningStructure is bound.

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices