DtsConvert.GetExtendedInterface Method (Package)
Gets the native IDTSPackage100 object that corresponds to the specified managed Package object. This method is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Shared Function GetExtendedInterface ( _
pkg As Package _
) As IDTSPackage100
public static IDTSPackage100 GetExtendedInterface (
Package pkg
)
public:
static IDTSPackage100^ GetExtendedInterface (
Package^ pkg
)
public static IDTSPackage100 GetExtendedInterface (
Package pkg
)
public static function GetExtendedInterface (
pkg : Package
) : IDTSPackage100
Parameters
- pkg
A managed Package object.
Return Value
The native IDTSPackage100 object that corresponds to the specified managed Package object.
Remarks
Use the DtsConvert.GetExtendedInterface(Package) method instead of the obsolete ToPackage90 method.
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.