DelegateIsNameSQLService Delegado

Definición

Representa un valor si el nombre del servicio es un servicio 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 

Parámetros

sServiceName
String

Nombre del servicio SQL.

Valor devuelto

true si el nombre del servicio es un servicio SQL; de lo contrario, false.

Se aplica a