Share via


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
Public propertyStatic member MiningStructureColumnValues Gets the values for the MiningModelingFlags.

Top

Fields

  Name Description
Public fieldStatic member ModelExistenceOnly The Model existence only value.
Public fieldStatic member NotNull The not null value.
Public fieldStatic member 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.

See Also

Reference

Microsoft.AnalysisServices Namespace