Share via


MiningModelColumn.Usage Property

Gets or sets how the associated column in the parent of the MiningModelColumnMiningStructure is used.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute("Input")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Usage As String
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute("Input")] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")] 
public string Usage { get; set; }
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(L"Input")] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property String^ Usage {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Usage ()

/** @property */
public void set_Usage (String value)
public function get Usage () : String

public function set Usage (value : String)

Valeur de propriété

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

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningModelColumn Class
MiningModelColumn Members
Microsoft.AnalysisServices Namespace