DtsConvert Members

Provides conversion methods to convert managed Integation Services run-time objects to their native implementations and from native to managed implementations. This class cannot be inherited.

The following tables list the members exposed by the DtsConvert type.

Public Constructors

  Name Description
DtsConvert Initializes a new instance of the DtsConvert class.This constructor is not CLS-compliant.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212112.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms212112.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms212112.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToApplication Converts a native application to a managed Application object.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToApplication90 Converts a managed Application to a native application object.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToComponentEvents90 Converts a native component events interface to its corresponding managed interface.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToConnectionManager Converts a native connection manager to a managed ConnectionManager class.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToConnectionManager90 Converts a managed ConnectionManager class to a native connection manager.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToConnections Converts a native connections collection to a managed Connections collection.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToConnections90 Converts a managed Connections collection to a native connections collection.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToEvents Converts a native events interface to its corresponding managed interface.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToEvents90 Converts a managed events interface to its corresponding native interface.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToPackage Converts a native package to a managed Package object.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToPackage90 Converts a managed package to its corresponding native package interface.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToVariableDispenser90 Converts a managed VariableDispenser to a native variable dispenser object.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToVariables Converts a native variables collection to a managed Variables collection.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif ToVariables90 Converts a managed Variables collection to a native variables collection.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif TypeCodeFromVarType Converts a Variant data type to a system TypeCode.This method is not CLS-compliant.
ms212112.pubmethod(en-US,SQL.90).gifms212112.static(en-US,SQL.90).gif VarTypeFromTypeCode Converts a system TypeCode to a Integration ServicesVariant data type.This method is not CLS-compliant.

Top

Protected Methods

  Name Description
ms212112.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212112.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace