Partager via


Méthode ManagedForEachEnumeratorWrapper.CanUpdate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies whether the enumerator can be updated

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function CanUpdate ( _
    CreationName As String _
) As Boolean
'Utilisation
Dim instance As ManagedForEachEnumeratorWrapper 
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

Paramètres

Valeur de retour

Type : System.Boolean
True if the enumerator can be updated; otherwise, false.

Implémente

IDTSObjectVersionUpdate100.CanUpdate(String)

Voir aussi

Référence

ManagedForEachEnumeratorWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime