ILocalVariable.IsScalarVariable Property

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

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

Syntax

'Declaration
ReadOnly Property IsScalarVariable As Boolean
    Get
'Usage
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

Property Value

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