ITabular.TabularType Property

Gets the tabular type.

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

Syntax

'Declaration
ReadOnly Property TabularType As TabularType
    Get
'Usage
Dim instance As ITabular
Dim value As TabularType

value = instance.TabularType
TabularType TabularType { get; }
property TabularType TabularType {
    TabularType get ();
}
abstract TabularType : TabularType
function get TabularType () : TabularType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.TabularType
A TabularType value that specifies the tabular type.