Service.ServiceAccount Property

Definition

Gets the system account under which the SQL Server service is running.

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

Property Value

A String value that specifies the system account under which the service is running.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to

See also