DelegateGetSQLBinPathByInstID Delegate

 

Represents an SQL binary path by an instance identifier.

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

public delegate bool DelegateGetSQLBinPathByInstID(
	INST_ID^ pInstanceID,
	StringBuilder^ sPath,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

A Boolean value contains the SQL binary path by an instance identifier.

Return to top
Show: