Condividi tramite


Proprietà IsScalarVariable

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

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

Sintassi

'Dichiarazione
ReadOnly Property IsScalarVariable As Boolean
    Get
'Utilizzo
Dim instance As ILocalVariable
Dim value As Boolean

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

Valore proprietà

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