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

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

반환

업그레이드에 대한 지원이 있는 경우 true입니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상