Stop 메서드
Stops the SQL Server service.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
Public Sub Stop
‘사용 방법
Dim instance As Service
instance.Stop()
public void Stop()
public:
void Stop()
member Stop : unit -> unit
public function Stop()