Compartir a través de


IDTSObjectVersionUpdate100.CanUpdate Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies whether the version of DTS object can be updated.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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 devuelto

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

Comentarios

[!NOTA]

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.

Vea también

Referencia

IDTSObjectVersionUpdate100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper