DelegateGetSvcInstanceRegStringByName Delegate
Represents a value whether the registry string from an instance specific registry tree is given by friendly instance name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcInstanceRegStringByName( String^ sInstanceName, SQL_SVCS Service, String^ sRegPath, String^ sValueName, StringBuilder^ sString, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if the registry string from an instance specific registry tree is given by friendly instance name; otherwise, false.
Show: