MiningModelColumn.IsTable 属性
获取指示列是否为表数据类型的值。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.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
属性值
类型:Boolean
如果列包含表数据类型,则为 true,否则为 false。