ManagedServiceType Enumeration

The ManagedServiceType enumeration contains values that are used to specify the types of service that can be managed with Windows Management Instrumentation (WMI).

命名空间: Microsoft.SqlServer.Management.Smo.Wmi
程序集: Microsoft.SqlServer.WmiEnum (in microsoft.sqlserver.wmienum.dll)

语法

声明
Public Enumeration ManagedServiceType
public enum ManagedServiceType
public enum class ManagedServiceType
public enum ManagedServiceType
public enum ManagedServiceType

Members

Member name Description
AnalysisServer Analysis Services.
NotificationServer SQL Server Notification Server.
ReportServer Report Server Windows service.
Search Microsoft Search service.
SqlAgent SQL  Server Agent service.
SqlBrowser SQL Server Browser service.
SqlServer SQL Server service.
SqlServerIntegrationService SQL Server Integration service.

备注

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Management.Smo.Wmi Namespace