Свойство IsCursorVariable
Gets a value that indicates whether this is a cursor variable.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsCursorVariable As Boolean
Get
'Применение
Dim instance As ILocalVariable
Dim value As Boolean
value = instance.IsCursorVariable
bool IsCursorVariable { get; }
property bool IsCursorVariable {
bool get ();
}
abstract IsCursorVariable : bool
function get IsCursorVariable () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if this is a cursor variable; otherwise, false.