MiningModelColumnUsages Class
Contains a column usage for the MiningModelColumn objects.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningModelColumnUsages
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningModelColumnUsages
'Usage
public static class MiningModelColumnUsages
public ref class MiningModelColumnUsages abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelColumnUsages = class end
public final class MiningModelColumnUsages
The MiningModelColumnUsages type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllValues | Gets the value associated with MiningModelColumnUsages. |
Top
Fields
Name | Description | |
---|---|---|
Input | The input value. | |
Key | The key value. | |
Predict | The predict value. | |
PredictOnly | The predict only value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.