Interfaccia IDTSManagedComponentWrapper100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the DTS managed component wrapper.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("DE6FBC6F-4871-4CED-8EBC-D7DD96DC42FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponentWrapper100
'Utilizzo
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
Nel tipo IDTSManagedComponentWrapper100 sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
AddBLOBData | Infrastruttura. Adds BLOB data for the IDTSManagedComponentWrapper100. | |
AddBLOBDataLen | Infrastruttura. Adds BLOB data for the IDTSManagedComponentWrapper100. | |
GetBLOBData | Infrastruttura. Gets the BLOB data. | |
WrapperAcquireConnections | Infrastruttura. Acquires connection for the component wrapper. | |
WrapperDeleteExternalMetadataColumn | Infrastruttura. Deletes external metadata column from the wrapper. | |
WrapperDeleteInput | Infrastruttura. Deletes an input from the wrapper. | |
WrapperDeleteOutput | Infrastruttura. Deletes an output from the wrapper. | |
WrapperDeleteOutputColumn | Infrastruttura. Deletes an output column for the wrapper. | |
WrapperDescribeRedirectedErrorCode | Infrastruttura. Describes the redirected error codes for the wrapper. | |
WrapperInsertExternalMetadataColumnAt | Infrastruttura. Inserts an external metadata at a specified column. | |
WrapperInsertInput | Infrastruttura. Inserts an input from the wrapper. | |
WrapperInsertOutput | Infrastruttura. Inserts an output from the wrapper. | |
WrapperInsertOutputColumnAt | Infrastruttura. Inserts an output from the wrapper at a specified column. | |
WrapperMapInputColumn | Infrastruttura. Locates an input column of the wrapper. | |
WrapperMapOutputColumn | Infrastruttura. Locates an output column of the wrapper. | |
WrapperOnDeletingInputColumn | Infrastruttura. Deletes an input column. | |
WrapperOnInputPathAttached | Infrastruttura. Represents the event occurred when an input path is attached. | |
WrapperOnInputPathDetached | Infrastruttura. Represents the event occurred when an input path is detached. | |
WrapperOnOutputPathAttached | Infrastruttura. Represents the event occurred when an output path is attached. | |
WrapperProvideComponentProperties | Infrastruttura. Provides component properties for the wrapper. | |
WrapperReinitializeMetaData | Infrastruttura. Reinitializes the metadata for the wrapper. | |
WrapperReleaseConnections | Infrastruttura. Releases the wrapper connection. | |
WrapperSetComponentProperty | Infrastruttura. Sets the component property for the wrapper. | |
WrapperSetExternalMetadataColumnDataTypeProperties | Infrastruttura. Sets an external metadata column datatype properties for the wrapper. | |
WrapperSetExternalMetadataColumnProperty | Infrastruttura. Sets the external metadata column property of the wrapper. | |
WrapperSetInputColumnProperty | Infrastruttura. Sets the input column property. | |
WrapperSetInputProperty | Infrastruttura. Sets the input property of the wrapper. | |
WrapperSetOutputColumnDataTypeProperties | Infrastruttura. Sets the output column data type properties. | |
WrapperSetOutputColumnProperty | Infrastruttura. Sets the output column property of the wrapper. | |
WrapperSetOutputProperty | Infrastruttura. Sets the output property of the wrapper. | |
WrapperSetUsageType | Infrastruttura. Sets the usage type for the wrapper. | |
WrapperValidate | Infrastruttura. Validates the wrapper. |
In alto