Stop 方法

Stops the SQL Server service.

命名空间:  Microsoft.SqlServer.Management.Smo.Wmi
程序集:  Microsoft.SqlServer.SqlWmiManagement(在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

语法

声明
Public Sub Stop
用法
Dim instance As Service

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