Freigeben über


CursorStatement.Cursor-Eigenschaft

Ruft den Cursorverweis ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Cursor As CursorId
    Get
    Set
public CursorId Cursor { get; set; }
public:
property CursorId^ Cursor {
    CursorId^ get ();
    void set (CursorId^ value);
}
member Cursor : CursorId with get, set
function get Cursor () : CursorId
function set Cursor (value : CursorId)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.CursorId
Gibt CursorId zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CursorStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace