UserDefinedAggregate.Drop メソッド

Microsoft SQL Server のインスタンスからユーザー定義集計を削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Drop
'使用
Dim instance As UserDefinedAggregate

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

実装

IDroppable.Drop()

使用例

メソッドの呼び出し

関連項目

参照

UserDefinedAggregate クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

Aggregate プラン表示操作

DROP AGGREGATE (Transact-SQL)