Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 wrapper can be upgraded.
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 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
Paramètres
- CreationName
Type : System.String
The creation name.
Valeur de retour
Type : System.Boolean
The updated wrapper.
Implémente
IDTSObjectVersionUpdate100.CanUpdate(String)