CursorStatement.Cursor プロパティ

カーソルの参照を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Cursor As CursorId
'使用
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)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.CursorId
CursorId を返します。

参照

参照

CursorStatement クラス

CursorStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間