DelegateIsNameAgentService Delegato

Definizione

Rappresenta se una stringa è un nome del servizio SQL Agent valido.

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 

Parametri

sServiceName
String

Valore stringa del nome del servizio.

Valore restituito

true se una stringa è un nome di servizio di SQL Agent valido. ;in caso contrario, false.

Si applica a