DelegateGetSQLServiceByID Delegate
Represents whether the SQL Services is sorted by specified ID.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSQLServiceByID( INST_ID^ pInstanceID, SQL_SVCS Service, StringBuilder^ sServiceName, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if the SQL Service is sorted by specified ID; otherwise, false.
Show: