Compartilhar via


Método IDTSObjectVersionUpdate100.CanUpdate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies whether the version of DTS object can be updated.

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

Sintaxe

'Declaração
Function CanUpdate ( _
    ObjectCreationName As String _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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

Comentários

ObservaçãoObservação

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.

Consulte também

Referência

IDTSObjectVersionUpdate100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper