Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.26 KB

File metadata and controls

44 lines (35 loc) · 1.26 KB
title ResumeService Method (SqlService)
ms.custom seo-lt-2019
ms.date 03/04/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology wmi
ms.topic reference
apiname
ResumeService Method (SqlService Class)
apilocation
sqlmgmproviderxpsp2up.mof
apitype MOFDef
helpviewer_keywords
ResumeService method
ms.assetid 0b0a5f08-b95e-4626-bf81-309da7a0aacd
author CarlRabeler
ms.author carlrab

ResumeService Method (SqlService Class)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md] Attempts to place the service in the resumed state.

Syntax

  
object.ResumeService()  

Parts

object
A SqlService Class object that represents the service.

Property Value/Return Value

A uint32 value, which is 0 if the ResumeService request was accepted, 1 if the request is not supported, and any other number to indicate an error.

Remarks

See Also

Starting and Stopping Services