Stop メソッド
SQL Server サービスを停止します。
名前空間: 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()