ConnectionManagerBase.CanUpdate(String) Method

Definition

Gets or sets a Boolean that determines whether a connection manager supports upgrading the connection XML to a newer version.

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

Parameters

CreationName
String

The name of the connection to upgrade.

Returns

true if support exists for upgrades; otherwise, false. The default value is false.

Applies to