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.