DtsConvert.ToConnectionManager90 Method
NOTE: This method is now obsolete.
*** Member obsolete; use the GetExtendedInterface(ConnectionManager) method instead. *** Converts a managed ConnectionManager object to a native IDTSConnectionManager100 object. This method is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToConnectionManager90 ( _
connMgr As ConnectionManager _
) As IDTSConnectionManager100
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSConnectionManager100 ToConnectionManager90 (
ConnectionManager connMgr
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSConnectionManager100^ ToConnectionManager90 (
ConnectionManager^ connMgr
)
/** @attribute ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.") */
public static IDTSConnectionManager100 ToConnectionManager90 (
ConnectionManager connMgr
)
ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")
public static function ToConnectionManager90 (
connMgr : ConnectionManager
) : IDTSConnectionManager100
Parameters
- connMgr
The managed ConnectionManager object.
Return Value
A native IDTSConnectionManager100 object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.