DelegateIsNameSQLService Делегат

Определение

Представляет значение, указывающее, является ли имя службы службой 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 

Параметры

sServiceName
String

Имя службы SQL.

Возвращаемое значение

true Значение , если имя службы является службой SQL; в противном случае — false.

Применяется к