Propriété MiningModelColumn.Flags
Gets the modeling flag for the column.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Flags As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A comma-delimited string containing the modeling flags for the column.
Notes
In addition to algorithm-specific flags, this can contain the following:
MODEL_EXISTENCE_ONLY
NOT NULL
REGRESSOR