DelegateGetSvcInstanceIDFromName Delegate
Represents a value whether the instance ID of an instance is from the given friendly name.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcInstanceIDFromName( String^ sInstanceName, SQL_SVCS Service, INST_ID^ pInstanceID )
Return Value
Type: System::Booleantrue if the instance ID of an instance is from the given friendly name; otherwise, false.
Show: