Compartilhar via


Método Stop

Stops the endpoint listening and processing requests.

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

Sintaxe

'Declaração
Public Sub Stop
'Uso
Dim instance As Endpoint

instance.Stop()
public void Stop()
public:
void Stop()
member Stop : unit -> unit 
public function Stop()