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