Propriedade do RDL Flags
Gets the modeling flag for the column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Flags As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
Returns a comma-delimited string containing the modeling flags for the column.
Comentários
In addition to algorithm-specific flags, this can contain the following:
MODEL_EXISTENCE_ONLY
NOT NULL
REGRESSOR
Consulte também