Freigeben über


WhereClause.Cursor-Eigenschaft

Ruft die Cursor-ID ab oder legt sie 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

WhereClause Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace