共用方式為


MiningModelColumn.IsTable 屬性

Gets a value that indicates whether the column is a table datatype.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property IsTable As Boolean 
    Get
'用途
Dim instance As MiningModelColumn 
Dim value As Boolean 

value = instance.IsTable
public bool IsTable { get; }
public:
property bool IsTable {
    bool get ();
}
member IsTable : bool
function get IsTable () : boolean

屬性值

型別:System.Boolean
true if the column contains a table datatype; otherwise, false.

請參閱

參考

MiningModelColumn 類別

Microsoft.AnalysisServices.AdomdClient 命名空間