DelegateIsNameAgentService Delegate

Definition

Represents whether a string is a valid SQL Agent service name.

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 

Parameters

sServiceName
String

A string value of the service name.

Return Value

true if a string is a valid SQL Agent service name. ;otherwise, false.

Applies to