Condividi tramite


Metodo UserDefinedAggregate.Drop

Removes the user-defined aggregate from the instance of Microsoft SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Drop
'Utilizzo
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()

Implementa

IDroppable.Drop()

Esempi

Chiamata di metodi

Vedere anche

Riferimento

UserDefinedAggregate Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Operatore Showplan Aggregate

DROP AGGREGATE (Transact-SQL)