IDTSManagedComponentWrapper100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents the DTS managed component wrapper.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
‘사용 방법
Dim instance As IDTSManagedComponentWrapper100
[GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[GuidAttribute(L"DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponentWrapper100
[<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 = interface end
public interface IDTSManagedComponentWrapper100
IDTSManagedComponentWrapper100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
AddBLOBData | 인프라입니다. Adds BLOB data for the IDTSManagedComponentWrapper100. | |
AddBLOBDataLen | 인프라입니다. Adds BLOB data for the IDTSManagedComponentWrapper100. | |
GetBLOBData | 인프라입니다. Gets the BLOB data. | |
WrapperAcquireConnections | 인프라입니다. Acquires connection for the component wrapper. | |
WrapperDeleteExternalMetadataColumn | 인프라입니다. Deletes external metadata column from the wrapper. | |
WrapperDeleteInput | 인프라입니다. Deletes an input from the wrapper. | |
WrapperDeleteOutput | 인프라입니다. Deletes an output from the wrapper. | |
WrapperDeleteOutputColumn | 인프라입니다. Deletes an output column for the wrapper. | |
WrapperDescribeRedirectedErrorCode | 인프라입니다. Describes the redirected error codes for the wrapper. | |
WrapperInsertExternalMetadataColumnAt | 인프라입니다. Inserts an external metadata at a specified column. | |
WrapperInsertInput | 인프라입니다. Inserts an input from the wrapper. | |
WrapperInsertOutput | 인프라입니다. Inserts an output from the wrapper. | |
WrapperInsertOutputColumnAt | 인프라입니다. Inserts an output from the wrapper at a specified column. | |
WrapperMapInputColumn | 인프라입니다. Locates an input column of the wrapper. | |
WrapperMapOutputColumn | 인프라입니다. Locates an output column of the wrapper. | |
WrapperOnDeletingInputColumn | 인프라입니다. Deletes an input column. | |
WrapperOnInputPathAttached | 인프라입니다. Represents the event occurred when an input path is attached. | |
WrapperOnInputPathDetached | 인프라입니다. Represents the event occurred when an input path is detached. | |
WrapperOnOutputPathAttached | 인프라입니다. Represents the event occurred when an output path is attached. | |
WrapperProvideComponentProperties | 인프라입니다. Provides component properties for the wrapper. | |
WrapperReinitializeMetaData | 인프라입니다. Reinitializes the metadata for the wrapper. | |
WrapperReleaseConnections | 인프라입니다. Releases the wrapper connection. | |
WrapperSetComponentProperty | 인프라입니다. Sets the component property for the wrapper. | |
WrapperSetExternalMetadataColumnDataTypeProperties | 인프라입니다. Sets an external metadata column datatype properties for the wrapper. | |
WrapperSetExternalMetadataColumnProperty | 인프라입니다. Sets the external metadata column property of the wrapper. | |
WrapperSetInputColumnProperty | 인프라입니다. Sets the input column property. | |
WrapperSetInputProperty | 인프라입니다. Sets the input property of the wrapper. | |
WrapperSetOutputColumnDataTypeProperties | 인프라입니다. Sets the output column data type properties. | |
WrapperSetOutputColumnProperty | 인프라입니다. Sets the output column property of the wrapper. | |
WrapperSetOutputProperty | 인프라입니다. Sets the output property of the wrapper. | |
WrapperSetUsageType | 인프라입니다. Sets the usage type for the wrapper. | |
WrapperValidate | 인프라입니다. Validates the wrapper. |
맨 위로 이동