Metodo Drop
Removes the conversation priority.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Drop
'Utilizzo
Dim instance As BrokerPriority
instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
public final function Drop()
Implementa
Osservazioni
When you drop a conversation priority, all existing conversations continue to operate with the priority levels they were assigned from the conversation priority.
Vedere anche