DelegateGetSvcBinPathByInstName Delegate
Represents the program file root directory for the SQL Server service by the given friendly instance name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcBinPathByInstName( String^ sInstanceName, SQL_SVCS Service, StringBuilder^ sPath, unsigned int% pdwSize )
Return Value
Type: System::BooleanA Boolean value contains the program file root directory for the SQL Server service by the given friendly instance name.
Show: