Поделиться через


MiningModelColumn.IsTable Property

Determines whether the column is a table datatype.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsTable As Boolean
public bool IsTable { get; }
public:
property bool IsTable {
    bool get ();
}
/** @property */
public boolean get_IsTable ()
public function get IsTable () : boolean

Значение свойства

true if the column contains a table datatype; false otherwise.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MiningModelColumn Class
MiningModelColumn Members
Microsoft.AnalysisServices.AdomdServer Namespace