CanUpdate 方法
Gets or sets a Boolean that determines whether a connection manager supports upgrading the connection XML to a newer version.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Overridable Function CanUpdate ( _
CreationName As String _
) As Boolean
用法
Dim instance As ConnectionManagerBase
Dim CreationName As String
Dim returnValue As Boolean
returnValue = instance.CanUpdate(CreationName)
public virtual bool CanUpdate(
string CreationName
)
public:
virtual bool CanUpdate(
String^ CreationName
)
abstract CanUpdate :
CreationName:string -> bool
override CanUpdate :
CreationName:string -> bool
public function CanUpdate(
CreationName : String
) : boolean
参数
- CreationName
类型:System. . :: . .String
The name of the connection to upgrade.
返回值
类型:System. . :: . .Boolean
true if support exists for upgrades; otherwise, false. The default value is false.