DelegateGetSvcInstanceIDFromName Delegate

Definition

Represents a value whether the instance ID of an instance is from the given friendly name.

public delegate bool DelegateGetSvcInstanceIDFromName(System::String ^ sInstanceName, SQL_SVCS Service, INST_ID ^ pInstanceID);
public delegate bool DelegateGetSvcInstanceIDFromName(string sInstanceName, SQL_SVCS Service, INST_ID pInstanceID);
type DelegateGetSvcInstanceIDFromName = delegate of string * SQL_SVCS * INST_ID -> bool
Public Delegate Function DelegateGetSvcInstanceIDFromName(sInstanceName As String, Service As SQL_SVCS, pInstanceID As INST_ID) As Boolean 

Parameters

sInstanceName
String

A string value that represents the instance name.

Service
SQL_SVCS

The SQL service.

pInstanceID
INST_ID

The instance Id.

Return Value

true if the instance ID of an instance is from the given friendly name; otherwise, false.

Applies to