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

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

示例

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

适用于