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.