DelegateIsDefaultInstanceName Delegato

Definizione

Rappresenta un valore che indica il nome istanza predefinito.

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

Parametri

sInstanceName
String

Valore stringa del nome dell'istanza specificato.

Valore restituito

true se il valore è il nome predefinito; in caso contrario, false.

Si applica a