언어

ConnectionManagerBase.CanUpdate(String) 메서드

정의

연결 관리자가 연결 XML을 최신 버전으로 업그레이드하는 것을 지원하는지 결정하는 불리언을 받거나 설정합니다.

public:
 virtual bool CanUpdate(System::String ^ CreationName);
public virtual bool CanUpdate(string CreationName);
abstract member CanUpdate : string -> bool
override this.CanUpdate : string -> bool
Public Overridable Function CanUpdate (CreationName As String) As Boolean

매개 변수

CreationName
String

업그레이드할 연결의 이름입니다.

반품

업그레이드 지원이 있다면 참입니다; 그렇지 않으면 거짓입니다. 기본값은 false입니다.

적용 대상