Właściwość MiningStructure.Source
Pobiera lub ustawia źródło danych, do której MiningStructure jest związany.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As Binding
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.AnalysisServices.Binding
Powiązanie identyfikuje źródło danych, do której MiningStructure jest związany.