Service.ServiceAccount 属性

定义

获取正在运行 SQL Server 服务的系统帐户。

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

属性值

String

一个 String 值,该值指定运行此服务的系统帐户。

示例

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

适用于

另请参阅