DelegateGetInstancePipeByID Delegate

 

Gets the instance pipe by an instance identifier that represents an installed SQL component.

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

public delegate bool DelegateGetInstancePipeByID(
	INST_ID^ pInstanceID,
	StringBuilder^ sInstancePipe,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if successful; otherwise, false.

Return to top
Show: