Свойство IsTable
Determines 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; false otherwise.