Service.Description 属性

定义

获取SQL Server服务的文本说明。

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

属性值

一个 String 值,该值包含SQL Server服务的文本说明。

示例

使用 WMI 提供程序管理服务和网络设置

适用于