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.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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

매개 변수

반환 값

형식: System. . :: . .Boolean
true if support exists for upgrades; otherwise, false. The default value is false.