Свойство Flags
Gets the modeling flag for the column.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Flags As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
Returns a comma-delimited string containing the modeling flags for the column.
Замечания
In addition to algorithm-specific flags, this can contain the following:
MODEL_EXISTENCE_ONLY
NOT NULL
REGRESSOR
См. также