DelegateIsNameSQLService Delegate

Definition

Represents a value whether the service name is a SQL service.

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 

Parameters

sServiceName
String

The SQL service name.

Return Value

true if the service name is a SQL service; otherwise, false.

Applies to