DelegateGetSvcBinPathByInstName Delegate

 

Represents the program file root directory for the SQL Server service by the given friendly instance name.

Namespace:   Microsoft.SqlServer
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::Boolean

A Boolean value contains the program file root directory for the SQL Server service by the given friendly instance name.

Return to top
Show: