Compartilhar via


Interface IDTSObjectModel100

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

Represents a model for the IDTSObject100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSObjectModel100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AutoGenerateIDForNewObjects Infraestrutura. Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects.
Propriedade pública ComponentMetaDataCollection Infraestrutura. Gets the collection of data flow components in the task.
Propriedade pública EnableCacheUpdate Infraestrutura. Gets or sets a value that indicates whether the data flow task enables the cache update.
Propriedade pública EnableDisconnectedColumns Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
Propriedade pública IsSavingXml Infraestrutura. Gets or sets a value that indicates whether the data flow task saves in XML format.
Propriedade pública PathCollection Infraestrutura. Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

Início

Métodos

  Nome Descrição
Método público GetObjectByID Infraestrutura. Retrieves the object by ID that is contained in a data flow task.
Método público New Infraestrutura. Resets the layout of components in a data flow task.
Método público UpdateCacheOnInputColumns Infraestrutura. Sets the data flow task to update the cache from previous version.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper