--- title: "BinaryPath Property (SqlService Class ) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-non-specified" ms.prod_service: "database-engine" ms.service: "" ms.component: "wmi" ms.reviewer: "" ms.suite: "sql" ms.technology: - "database-engine" ms.tgt_pltfrm: "" ms.topic: "reference" apiname: - "BinaryPath Property (SqlService Class )" apilocation: - "sqlmgmproviderxpsp2up.mof" helpviewer_keywords: - "BinaryPath property" ms.assetid: c59ec28e-be76-44a8-b7aa-e53ea10f71d1 caps.latest.revision: 15 author: "JennieHubbard" ms.author: "jhubbard" manager: "jhubbard" ms.workload: "Inactive" --- # BinaryPath Property (SqlService Class ) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Gets the binary path of the service. ## Syntax ``` object.BinaryPath [= value] ``` ## Parts *object* A [SqlService Class](../../../relational-databases/wmi-provider-configuration-classes/sqlservice-class/sqlservice-class.md) object that represents the service. ## Property Value/Return Value A string value that specifies the binary path of the service. ## Remarks ## See Also [Starting and Stopping Services](http://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)