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
'Usage
Dim instance As CursorStatement
Dim value As CursorId
value = instance.Cursor
instance.Cursor = value
public CursorId Cursor { get; set; }
public:
property CursorId^ Cursor {
CursorId^ get ();
void set (CursorId^ value);
}
public function get Cursor () : CursorId
public 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.