Freigeben über


ManagedWrapper.CanUpdate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies whether the wrapper can be upgraded.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function CanUpdate ( _
    CreationName As String _
) As Boolean
'Usage
Dim instance As ManagedWrapper 
Dim CreationName As String 
Dim returnValue As Boolean 

returnValue = instance.CanUpdate(CreationName)
public bool CanUpdate(
    string CreationName
)
public:
virtual bool CanUpdate(
    String^ CreationName
) sealed
abstract CanUpdate : 
        CreationName:string -> bool  
override CanUpdate : 
        CreationName:string -> bool
public final function CanUpdate(
    CreationName : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
The updated wrapper.

Implementiert

IDTSObjectVersionUpdate100.CanUpdate(String)

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace