DelegateGetSvcBinPathByName Delegate

 

Represents the program file root directory for a specific service by the given service type and the friendly instance name.

Namespace:   Microsoft.SqlServer
Assembly:  Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)

public delegate bool DelegateGetSvcBinPathByName(
	String^ sInstanceName,
	SQL_SVCS Service,
	StringBuilder^ sPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

The program file root directory for a specific service.

Return to top
Show: