IsTable 属性

Determines 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; false otherwise.