Service.PathName Property

Definition

Gets the path and file name of the binary file that implements the SQL Server service.

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

Property Value

A String value that specifies the path and file name of the binary file that implements the service.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to