Partilhar via


Método UserDefinedAggregate.Drop

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Drop
'Uso
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()

Exemplos

Chamando métodos

Consulte também

Referência

UserDefinedAggregate Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Operador de plano de execução Aggregate

DROP AGGREGATE (Transact-SQL)