Condividi tramite


Proprietà Flags

Gets the modeling flag for the column.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Flags As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .String
Returns a comma-delimited string containing the modeling flags for the column.

Osservazioni

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

  • MODEL_EXISTENCE_ONLY

  • NOT NULL

  • REGRESSOR