Service.ServiceAccount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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