MiningModelColumn.IsTable 속성
Gets a value that indicates whether the column is a table datatype.
네임스페이스: 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
속성 값
유형: System.Boolean
true if the column contains a table datatype; otherwise, false.