DtsConvert.ToConnections90(Connections) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
*** Member obsolete; use the GetExtendedInterface(Connections) method instead. *** Converts a managed Connections collection to a native IDTSConnections100 collection.
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ ToConnections90(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 ToConnections90 (Microsoft.SqlServer.Dts.Runtime.Connections connections);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnections90 : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function ToConnections90 (connections As Connections) As IDTSConnections100
Parameters
- connections
- Connections
The managed Connections collection.
Returns
A native IDTSConnections100 collection.
- Attributes