IDataType.IsTable Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

bool IsTable { get; }
property bool IsTable {
    bool get();
}
abstract IsTable : bool with get
ReadOnly Property IsTable As Boolean

Property Value

Type: System.Boolean

true if this is a table data type; otherwise, false.

See Also

IDataType Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top