DelegateGetInstRegPathByName Delegate
Gets the registry subtree from an installed instance name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetInstRegPathByName( String^ sInstanceName, SQL_SVCS Service, StringBuilder^ sRegPath, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if to delegates the registry subtree from an installed instance name; otherwise, false.
Show: