DelegateGetInstancePipeByName Delegate
Gets a value whether the instance pipe is installed by instance name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetInstancePipeByName( String^ sInstanceName, StringBuilder^ instancePipe, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if the instance pipe is installed by instance name; otherwise, false.
Show: