Właściwość MiningModelColumn.Usage
Pobiera lub ustawia jak kolumna z obiektu nadrzędnego MiningStructure w model wyszukiwania.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Usage As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Jeden z następujących ciągów: Klucz, wejściowe, przewidywania, PredictOnly, brak.