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

適用於

另請參閱