ILocalVariable.IsTableVariable Property
Gets a value that indicates whether this is a table variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsTableVariable As Boolean
Get
'Usage
Dim instance As ILocalVariable
Dim value As Boolean
value = instance.IsTableVariable
bool IsTableVariable { get; }
property bool IsTableVariable {
bool get ();
}
abstract IsTableVariable : bool
function get IsTableVariable () : boolean
Property Value
Type: System.Boolean
true if this is a table variable; otherwise, false.