Compartir a través de


Interfaz IDTSObjectVersionUpdate100

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

Represents an interface for the version update of data transformatioon services object.

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

Sintaxis

'Declaración
<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")> _
Public Interface IDTSObjectVersionUpdate100
'Uso
Dim instance As IDTSObjectVersionUpdate100
[GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface IDTSObjectVersionUpdate100
[GuidAttribute(L"A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface class IDTSObjectVersionUpdate100
[<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")>]
type IDTSObjectVersionUpdate100 =  interface end
public interface IDTSObjectVersionUpdate100

El tipo IDTSObjectVersionUpdate100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Version Infraestructura. Gets the version of the DTS object.

Arriba

Métodos

  Nombre Descripción
Método público CanUpdate Infraestructura. Specifies whether the version of DTS object can be updated.
Método público Update Infraestructura. Updates the version of the DTS object.

Arriba

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

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