CloseCursorStatement クラス

CLOSE カーソル ステートメントを表します。

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

構文

'宣言
<SerializableAttribute> _
Public Class CloseCursorStatement _
    Inherits CursorStatement
'使用
Dim instance As CloseCursorStatement
[SerializableAttribute]
public class CloseCursorStatement : CursorStatement
[SerializableAttribute]
public ref class CloseCursorStatement : public CursorStatement
public class CloseCursorStatement extends CursorStatement

継承階層

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.CursorStatement
        Microsoft.Data.Schema.ScriptDom.Sql.CloseCursorStatement

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

CloseCursorStatement メンバ

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