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