Свойство Service.PathName
Gets the path and file name of the binary file that implements the SQL Server service.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property PathName As String
Get
'Применение
Dim instance As Service
Dim value As String
value = instance.PathName
public string PathName { get; }
public:
property String^ PathName {
String^ get ();
}
member PathName : string
function get PathName () : String
Значение свойства
Тип: System.String
A String value that specifies the path and file name of the binary file that implements the service.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi