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

适用于