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()