Freigeben über


MiningModelColumn.Flags-Eigenschaft

Gets the modeling flag for the column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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:
virtual property String^ Flags {
    String^ get () sealed;
}
abstract Flags : string 
override Flags : string
final function get Flags () : String

Eigenschaftswert

Typ: System.String
A comma-delimited string containing the modeling flags for the column.

Hinweise

In addition to algorithm-specific flags, this can contain the following:

  • MODEL_EXISTENCE_ONLY

  • NOT NULL

  • REGRESSOR

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace