Condividi tramite


Proprietà IsTableVariable

Gets a value that indicates whether this is a table variable.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsTableVariable As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
true if this is a table variable; otherwise, false.