Propriété Usage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Usage As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

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