Método Start
Starts the SQL Server service.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public Sub Start
'Uso
Dim instance As Service
instance.Start()
public void Start()
public:
void Start()
member Start : unit -> unit
public function Start()
Consulte também