DelegateIsNameSQLService Delegar

Definição

Representa um valor se o nome do serviço é um serviço 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

O nome do serviço SQL.

Valor Retornado

Boolean

trueSe o nome do serviço for um serviço SQL; caso contrário, false .

Aplica-se a