Service.PathName 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 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