CursorStatement.Cursor Property
Gets or sets the cursor reference.
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
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.CursorId
Returns a CursorId.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.