Свойство IsScalarVariable
Gets a value that indicates whether this is a scalar variable.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsScalarVariable As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if this is a scalar variable; otherwise, false.