Service 클래스

The Service class represents an instance of the SQL Server service.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
      Microsoft.SqlServer.Management.Smo.Wmi.Service

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement(Microsoft.SqlServer.SqlWmiManagement.dll)

구문

‘선언
Public NotInheritable Class Service _
    Inherits WmiSmoObject _
    Implements IAlterable
‘사용 방법
Dim instance As Service
public sealed class Service : WmiSmoObject, 
    IAlterable
public ref class Service sealed : public WmiSmoObject, 
    IAlterable
[<SealedAttribute>]
type Service =  
    class 
        inherit WmiSmoObject 
        interface IAlterable 
    end
public final class Service extends WmiSmoObject implements IAlterable

Service 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AcceptsPause Gets the Boolean property value that specifies whether the SQL Server service can be paused.
공용 속성 AcceptsStop Gets the Boolean property value that specifies whether the SQL Server service can be stopped.
공용 속성 AdvancedProperties Represents a collection of Property objects. Each Property object represents an advanced property defined on the SQL Server service.
공용 속성 Dependencies Returns a list of services that are dependent on the referenced SQL Server service.
공용 속성 Description Gets a textual description of the SQL Server service.
공용 속성 DisplayName Gets the display name of the SQL Server service.
공용 속성 ErrorControl Gets the severity of the error if the SQL Server service fails to start during startup.
공용 속성 ExitCode Gets the Win32 error code that defines problems encountered when starting and stopping the SQL Server service.
공용 속성 IsHadrEnabled Gets whether the High Availability/Disaster Recovery is enabled.
공용 속성 Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object. (WmiSmoObject에서 상속됨)
공용 속성 Parent Gets the ManagedComputer object that is the parent of the Service object.
공용 속성 PathName Gets the path and file name of the binary file that implements the SQL Server service.
공용 속성 ProcessId Gets the process ID that uniquely identifies the SQL Server service.
공용 속성 Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object. (WmiSmoObject에서 상속됨)
공용 속성 ServiceAccount Gets the system account under which the SQL Server service is running.
공용 속성 ServiceState Gets the state of the SQL Server service, such as running, stopped, or paused.
공용 속성 StartMode Gets or sets the method by which the SQL Server service is started.
공용 속성 StartupParameters Gets or sets any startup parameters for the SQL Server service.
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됨)
공용 속성 Type Gets the type of service, such as Microsoft Search service, SQL Server Agent service, or SQL Server service.
공용 속성 Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object. (WmiSmoObject에서 상속됨)
공용 속성 UserData Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Alter Updates any Service object property changes on an instance of SQL Server.
공용 메서드 ChangeHadrServiceSetting Changes the HA/DR service settings.
공용 메서드 ChangePassword Changes the password for the system account under which the SQL Server service is running.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Initialize Initializes the referenced object. (WmiSmoObject에서 상속됨)
보호된 메서드 IsObjectInitialized Specifies whether the referenced object is initialized. (WmiSmoObject에서 상속됨)
공용 메서드 Pause Pauses the SQL Server service.
공용 메서드 Refresh Refreshes the SQL Server service. (WmiSmoObject.Refresh()을(를) 재정의함)
공용 메서드 Resume Resumes the SQL Server service.
보호된 메서드 SetName Sets the name of the referenced object. (WmiSmoObject에서 상속됨)
보호된 메서드 SetParentImpl Sets the parent of the referenced object. (WmiSmoObject에서 상속됨)
공용 메서드 SetServiceAccount Sets the account under which the SQL Server service runs.
공용 메서드 Start Starts the SQL Server service.
공용 메서드 Stop Stops the SQL Server service.
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Validate Validates the state of an object. (SmoObjectBase에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 ManagementStateChange An event that occurs when the management state changes.

맨 위로 이동

주의

The Service object is used to programmatically manage the SQL Server service. With the Service object you can:

  • Connect to the service.

  • Modify the account and password used to connect to the service.

  • Start, stop, pause, and resume the service.

  • Check the properties of the service.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Wmi 네임스페이스

관련 자료

WMI and SQL Server