Partager via


Propriété IsCursor

Gets a value that indicates whether this is a cursor data type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsCursor As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
true if this is a cursor data type; otherwise, false.