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.

적용 대상