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
Metodo pubblico AddBLOBData Infrastruttura. Adds BLOB data for the IDTSManagedComponentWrapper100.
Metodo pubblico AddBLOBDataLen Infrastruttura. Adds BLOB data for the IDTSManagedComponentWrapper100.
Metodo pubblico GetBLOBData Infrastruttura. Gets the BLOB data.
Metodo pubblico WrapperAcquireConnections Infrastruttura. Acquires connection for the component wrapper.
Metodo pubblico WrapperDeleteExternalMetadataColumn Infrastruttura. Deletes external metadata column from the wrapper.
Metodo pubblico WrapperDeleteInput Infrastruttura. Deletes an input from the wrapper.
Metodo pubblico WrapperDeleteOutput Infrastruttura. Deletes an output from the wrapper.
Metodo pubblico WrapperDeleteOutputColumn Infrastruttura. Deletes an output column for the wrapper.
Metodo pubblico WrapperDescribeRedirectedErrorCode Infrastruttura. Describes the redirected error codes for the wrapper.
Metodo pubblico WrapperInsertExternalMetadataColumnAt Infrastruttura. Inserts an external metadata at a specified column.
Metodo pubblico WrapperInsertInput Infrastruttura. Inserts an input from the wrapper.
Metodo pubblico WrapperInsertOutput Infrastruttura. Inserts an output from the wrapper.
Metodo pubblico WrapperInsertOutputColumnAt Infrastruttura. Inserts an output from the wrapper at a specified column.
Metodo pubblico WrapperMapInputColumn Infrastruttura. Locates an input column of the wrapper.
Metodo pubblico WrapperMapOutputColumn Infrastruttura. Locates an output column of the wrapper.
Metodo pubblico WrapperOnDeletingInputColumn Infrastruttura. Deletes an input column.
Metodo pubblico WrapperOnInputPathAttached Infrastruttura. Represents the event occurred when an input path is attached.
Metodo pubblico WrapperOnInputPathDetached Infrastruttura. Represents the event occurred when an input path is detached.
Metodo pubblico WrapperOnOutputPathAttached Infrastruttura. Represents the event occurred when an output path is attached.
Metodo pubblico WrapperProvideComponentProperties Infrastruttura. Provides component properties for the wrapper.
Metodo pubblico WrapperReinitializeMetaData Infrastruttura. Reinitializes the metadata for the wrapper.
Metodo pubblico WrapperReleaseConnections Infrastruttura. Releases the wrapper connection.
Metodo pubblico WrapperSetComponentProperty Infrastruttura. Sets the component property for the wrapper.
Metodo pubblico WrapperSetExternalMetadataColumnDataTypeProperties Infrastruttura. Sets an external metadata column datatype properties for the wrapper.
Metodo pubblico WrapperSetExternalMetadataColumnProperty Infrastruttura. Sets the external metadata column property of the wrapper.
Metodo pubblico WrapperSetInputColumnProperty Infrastruttura. Sets the input column property.
Metodo pubblico WrapperSetInputProperty Infrastruttura. Sets the input property of the wrapper.
Metodo pubblico WrapperSetOutputColumnDataTypeProperties Infrastruttura. Sets the output column data type properties.
Metodo pubblico WrapperSetOutputColumnProperty Infrastruttura. Sets the output column property of the wrapper.
Metodo pubblico WrapperSetOutputProperty Infrastruttura. Sets the output property of the wrapper.
Metodo pubblico WrapperSetUsageType Infrastruttura. Sets the usage type for the wrapper.
Metodo pubblico WrapperValidate Infrastruttura. Validates the wrapper.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper