DelegateIsNameAgentService 代理人

定義

文字列が SQL エージェント サービス名として有効かどうかを表します。

public delegate bool DelegateIsNameAgentService(System::String ^ sServiceName);
public delegate bool DelegateIsNameAgentService(string sServiceName);
type DelegateIsNameAgentService = delegate of string -> bool
Public Delegate Function DelegateIsNameAgentService(sServiceName As String) As Boolean 

パラメーター

sServiceName
String

サービス名の文字列値。

戻り値

true 文字列が有効な SQL エージェント サービス名の場合は 。 それ以外の場合は false

適用対象