DtsConvert.GetExtendedInterface 方法

包括受保护的成员
包括继承的成员

Gets the native object that corresponds to the specified managed object. (The GetExtendedInterface methods replace the obsolete ToXxx90 methods in DtsConvert.)

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法静态成员 GetExtendedInterface(Application) Gets the native IDTSApplication100 object that corresponds to the specified managed Application object.
公共方法静态成员 GetExtendedInterface(ConnectionManager) Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.
公共方法静态成员 GetExtendedInterface(Connections) Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.
公共方法静态成员 GetExtendedInterface(IDTSComponentEvents) Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
公共方法静态成员 GetExtendedInterface(IDTSEvents) Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.
公共方法静态成员 GetExtendedInterface(IDTSInfoEvents) Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.
公共方法静态成员 GetExtendedInterface(Package) Gets the native IDTSPackage100 object that corresponds to the specified managed Package object.
公共方法静态成员 GetExtendedInterface(VariableDispenser) Gets the native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object.
公共方法静态成员 GetExtendedInterface(Variables) Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

页首

注释

Use the GetExtendedInterface methods instead of the obsolete SQL Server 2005 Integration Services (SSIS) ToXxx90 methods.

请参阅

参考

DtsConvert 类

Microsoft.SqlServer.Dts.Runtime 命名空间