MiningModelColumn.Usage 속성

Gets or sets how the column from the parent MiningStructure is used in the mining model.

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

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Usage As String 
    Get 
    Set
‘사용 방법
Dim instance As MiningModelColumn 
Dim value As String 

value = instance.Usage

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

속성 값

유형: System.String
One of the following strings: Key, Input, Predict, PredictOnly, None.

참고 항목

참조

MiningModelColumn 클래스

Microsoft.AnalysisServices 네임스페이스