Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the native IDTSPackage100 object that corresponds to the specified managed Package object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function GetExtendedInterface ( _
pkg As Package _
) As IDTSPackage100
'Usage
Dim pkg As Package
Dim returnValue As IDTSPackage100
returnValue = DtsConvert.GetExtendedInterface(pkg)
public static IDTSPackage100 GetExtendedInterface(
Package pkg
)
public:
static IDTSPackage100^ GetExtendedInterface(
Package^ pkg
)
static member GetExtendedInterface :
pkg:Package -> IDTSPackage100
public static function GetExtendedInterface(
pkg : Package
) : IDTSPackage100
Parameters
- pkg
Type: Microsoft.SqlServer.Dts.Runtime.Package
A managed Package object.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
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.