DelegateGetInstancePipeByName Delegate

 

Gets a value whether the instance pipe is installed by instance name.

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

public delegate bool DelegateGetInstancePipeByName(
	String^ sInstanceName,
	StringBuilder^ instancePipe,
	unsigned int% pdwSize
)

Return Value

Type: System::Boolean

true if the instance pipe is installed by instance name; otherwise, false.

Return to top
Show: