다음을 통해 공유


Service 멤버

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

Service 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Alter Updates any Service object property changes on an instance of SQL Server.
보호된 메서드 AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation. (WmiSmoObject에서 상속됩니다.)
공용 메서드 ChangePassword Changes the password for the system account under which the SQL Server service is running.
보호된 메서드 CheckObjectState Checks the state of the referenced object. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object. (WmiSmoObject에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
보호된 메서드 GetPropertyManagementObject Gets the management object for the specified protocol property. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 GetPropertyObject Gets the property from the specified collection with the specified position and value. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 GetProtocolPropertyCollection Returns the protocol property collection for the referenced object. (WmiSmoObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 ImplInitialize (WmiSmoObject에서 상속됩니다.)
공용 메서드 Initialize Initializes the referenced object. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 InvokeMgmtMethod(ManagementObject, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, method name, and parameters. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 IsObjectInitialized Specifies whether the referenced object is initialized. (WmiSmoObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 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에서 상속됩니다.)
보호된 메서드 UpdateObjectState Updates the object state. (WmiSmoObject에서 상속됩니다.)
공용 메서드 Validate (SmoObjectBase에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.
공용 속성 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에서 상속됩니다.)

맨 위로 이동

이벤트

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

맨 위로 이동