Partager via


DelegateIsNameSQLService Délégué

Définition

Représente une valeur indiquant si le nom du service est un service SQL.

public delegate bool DelegateIsNameSQLService(System::String ^ sServiceName);
public delegate bool DelegateIsNameSQLService(string sServiceName);
type DelegateIsNameSQLService = delegate of string -> bool
Public Delegate Function DelegateIsNameSQLService(sServiceName As String) As Boolean 

Paramètres

sServiceName
String

Nom du service SQL.

Valeur renvoyée

true si le nom du service est un service SQL ; sinon, false.

S’applique à