ScalarMiningStructureColumn.Source 속성

Gets or sets the source for the column.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As Binding 
    Get 
    Set
‘사용 방법
Dim instance As ScalarMiningStructureColumn 
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)

속성 값

유형: Microsoft.AnalysisServices.Binding
The binding that indicates the source of the column data.

주의

If the columns in the mining structure have the same names as the columns in the data source view, you do not need to set a binding for each column, but can specify the binding when you create the mining structure.

참고 항목

참조

ScalarMiningStructureColumn 클래스

Microsoft.AnalysisServices 네임스페이스