DelegateGetSQLInstanceRegStringByID Delegate
Gets the SQL instance registry string by identifier.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSQLInstanceRegStringByID( INST_ID^ pInstanceID, String^ sRegPath, String^ sValueName, StringBuilder^ sString, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if to delegates the SQL instance registry string by identifier; otherwise, false.
Show: