CursorStatement.Cursor 属性

获取或设置游标引用。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.CursorId
返回一个 CursorId

.NET Framework 安全性

请参见

参考

CursorStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间