Compartir a través de


ManagedWrapper.CanUpdate Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies whether the wrapper can be upgraded.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Function CanUpdate ( _
    CreationName As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Boolean
The updated wrapper.

Implementa

IDTSObjectVersionUpdate100.CanUpdate(String)

Vea también

Referencia

ManagedWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime