MiningModelingFlags Class
Contains flags for MiningModelColumn objects.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.MiningModelingFlags
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class MiningModelingFlags
'Usage
public static class MiningModelingFlags
public ref class MiningModelingFlags abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningModelingFlags = class end
public final class MiningModelingFlags
The MiningModelingFlags type exposes the following members.
Properties
Name | Description | |
---|---|---|
MiningStructureColumnValues | Gets the values for the MiningModelingFlags. |
Top
Fields
Name | Description | |
---|---|---|
ModelExistenceOnly | The Model existence only value. | |
NotNull | The not null value. | |
Regressor | The regressor 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.