Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the modeling flag for the column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Flags As String
Get
'Usage
Dim instance As MiningModelColumn
Dim value As String
value = instance.Flags
public string Flags { get; }
public:
property String^ Flags {
String^ get ();
}
member Flags : string
function get Flags () : String
Property Value
Type: System.String
A comma-delimited string containing the modeling flags for the column.
Remarks
In addition to algorithm-specific flags, this can contain the following:
MODEL_EXISTENCE_ONLY
NOT NULL
REGRESSOR