DelegateIsDefaultInstanceName 대리자

정의

기본 인스턴스 이름을 나타내는 값을 나타냅니다.

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 

매개 변수

sInstanceName
String

지정된 instance 이름의 문자열 값입니다.

반환 값

true 값이 기본 이름이면 이고, 그렇지 않으면 입니다 false.

적용 대상