Partager via


Méthode CanUpdate

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

*** Member deprecated; see Remarks. *** For more information, see Task.

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

Valeur de retour

Type : System. . :: . .Boolean

Notes

Notes

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.