MiningModelColumn.Usage Property
Gets or sets how the column from the parent MiningStructure is used in the mining model.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
<DefaultValueAttribute("Input")> _
Public Property Usage As String
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute("Input")]
public string Usage { get; set; }
[XmlElementAttribute(IsNullable=false)]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DerivedMiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(L"Input")]
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)
Property Value
One of the following strings: Key, Input, Predict, PredictOnly, None.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also