IVsDataConnectionDialog.VerifyConfiguration 이벤트
발생 때의 확인 단추 클릭에 추가 연결 대화 상자. 클라이언트 구성 검사를 수행 하려면이 이벤트를 사용할 수 있습니다.
네임스페이스: Microsoft.VisualStudio.Data.Services
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
Event VerifyConfiguration As EventHandler
event EventHandler VerifyConfiguration
event EventHandler^ VerifyConfiguration {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract VerifyConfiguration : IEvent<EventHandler,
EventArgs>
JScript에서는 이벤트를 지원하지 않습니다.
설명
구성 검사의 예로 SQL Server 버전을 확인 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.