DelegateGetInstancePipeByName Delegate
SQL Server 2012
Gets the instance pipe by an installed instance name.
Namespace: Microsoft.SqlServer
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetInstancePipeByName( string sInstanceName, StringBuilder instancePipe, out uint pdwSize )
Parameters
- sInstanceName
- Type: System.String
- instancePipe
- Type: System.Text.StringBuilder
- pdwSize
- Type: System.UInt32
