DelegateIsNameSQLService 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示服务名称是否为 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。