Compartir a través de


Interfaz IDTSObjectModel100

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

Represents a model for the IDTSObject100.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")> _
Public Interface IDTSObjectModel100
'Uso
Dim instance As IDTSObjectModel100
[GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")]
public interface IDTSObjectModel100
[GuidAttribute(L"4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")]
public interface class IDTSObjectModel100
[<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")>]
type IDTSObjectModel100 =  interface end
public interface IDTSObjectModel100

El tipo IDTSObjectModel100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AutoGenerateIDForNewObjects Infraestructura. Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects.
Propiedad pública ComponentMetaDataCollection Infraestructura. Gets the collection of data flow components in the task.
Propiedad pública EnableCacheUpdate Infraestructura. Gets or sets a value that indicates whether the data flow task enables the cache update.
Propiedad pública EnableDisconnectedColumns Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
Propiedad pública IsSavingXml Infraestructura. Gets or sets a value that indicates whether the data flow task saves in XML format.
Propiedad pública PathCollection Infraestructura. Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

Arriba

Métodos

  Nombre Descripción
Método público GetObjectByID Infraestructura. Retrieves the object by ID that is contained in a data flow task.
Método público New Infraestructura. Resets the layout of components in a data flow task.
Método público UpdateCacheOnInputColumns Infraestructura. Sets the data flow task to update the cache from previous version.

Arriba

Vea también

Referencia

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