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 提供者管理服務和網路設定

適用於