ConnectionManagerBase.CanUpdate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.