DelegateGetSvcInstRootRegPathByName Delegate
Represents the registry path root for a specific SQL instance by the given friendly instance name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcInstRootRegPathByName( String^ sInstanceName, SQL_SVCS Service, StringBuilder^ sRegPath, unsigned int% pdwSize )
Return Value
Type: System::BooleanA Boolean value represents the registry path root for a specific SQL instance by the given friendly instance name.
Show: