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

適用対象