MiningModelColumn.Flags 属性

Gets the modeling flag for the column.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Flags As String 
    Get
用法
Dim instance As MiningModelColumn 
Dim value As String 

value = instance.Flags
public string Flags { get; }
public:
virtual property String^ Flags {
    String^ get () sealed;
}
abstract Flags : string 
override Flags : string
final function get Flags () : String

属性值

类型:System.String
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

请参阅

参考

MiningModelColumn 类

Microsoft.AnalysisServices.AdomdServer 命名空间