다음을 통해 공유


IDTSObjectModel100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a model for the IDTSObject100.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")> _
Public Interface IDTSObjectModel100
‘사용 방법
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

IDTSObjectModel100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AutoGenerateIDForNewObjects 인프라입니다. Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects.
공용 속성 ComponentMetaDataCollection 인프라입니다. Gets the collection of data flow components in the task.
공용 속성 EnableCacheUpdate 인프라입니다. Gets or sets a value that indicates whether the data flow task enables the cache update.
공용 속성 EnableDisconnectedColumns Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
공용 속성 IsSavingXml 인프라입니다. Gets or sets a value that indicates whether the data flow task saves in XML format.
공용 속성 PathCollection 인프라입니다. Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetObjectByID 인프라입니다. Retrieves the object by ID that is contained in a data flow task.
공용 메서드 New 인프라입니다. Resets the layout of components in a data flow task.
공용 메서드 UpdateCacheOnInputColumns 인프라입니다. Sets the data flow task to update the cache from previous version.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스