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


Свойство IsTable

Gets a value that indicates whether this is a table data type.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsTable As Boolean
    Get
'Применение
Dim instance As IDataType
Dim value As Boolean

value = instance.IsTable
bool IsTable { get; }
property bool IsTable {
    bool get ();
}
abstract IsTable : bool
function get IsTable () : boolean

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

Тип: System. . :: . .Boolean
true if this is a table data type; otherwise, false.