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 version of DTS object can be updated.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function CanUpdate ( _
ObjectCreationName As String _
) As Boolean
'Utilisation
Dim instance As IDTSObjectVersionUpdate100
Dim ObjectCreationName As String
Dim returnValue As Boolean
returnValue = instance(ObjectCreationName)
bool CanUpdate(
string ObjectCreationName
)
bool CanUpdate(
[InAttribute] String^ ObjectCreationName
)
abstract CanUpdate :
ObjectCreationName:string -> bool
function CanUpdate(
ObjectCreationName : String
) : boolean
Paramètres
- ObjectCreationName
Type : System.String
The name of the object.
Valeur de retour
Type : System.Boolean
True if the version of DTS object can be updated; otherwise, false.
Notes
[!REMARQUE]
This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.