IsTable 속성
Determines whether the column is a table datatype.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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.