Freigeben über


IDTSObjectVersionUpdate100.CanUpdate-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies whether the version of DTS object can be updated.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function CanUpdate ( _
    ObjectCreationName As String _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
True if the version of DTS object can be updated; otherwise, false.

Hinweise

HinweisHinweis

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.

Siehe auch

Verweis

IDTSObjectVersionUpdate100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace