DropResourcePoolStatement クラス
DROP RESOURCE POOL ステートメントを表します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class DropResourcePoolStatement _
Inherits DropUnownedObjectStatement
'使用
Dim instance As DropResourcePoolStatement
[SerializableAttribute]
public class DropResourcePoolStatement : DropUnownedObjectStatement
[SerializableAttribute]
public ref class DropResourcePoolStatement : public DropUnownedObjectStatement
public class DropResourcePoolStatement extends DropUnownedObjectStatement
継承階層
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropUnownedObjectStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropResourcePoolStatement
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。