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

适用于