DtsConvert.GetExtendedInterface 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对应于指定的托管对象的本机对象。 (GetExtendedInterface
方法替换 DtsConvert 中的过时 ToXxx90
方法。)
重载
GetExtendedInterface(Application) |
获取对应于指定的托管 IDTSApplication100 对象的本机 Application 对象。 |
GetExtendedInterface(ConnectionManager) |
获取对应于指定的托管 IDTSConnectionManager100 对象的本机 ConnectionManager 对象。 |
GetExtendedInterface(Connections) |
获取对应于指定的托管 IDTSConnections100 对象的本机 Connections 对象。 |
GetExtendedInterface(IDTSComponentEvents) |
获取对应于指定的托管 IDTSComponentEvents100 对象的本机 IDTSComponentEvents 对象。 |
GetExtendedInterface(IDTSEvents) |
获取对应于指定的托管 IDTSEvents100 对象的本机 IDTSEvents 对象。 |
GetExtendedInterface(IDTSInfoEvents) |
获取对应于指定的托管 IDTSInfoEvents100 对象的本机 IDTSInfoEvents 对象。 |
GetExtendedInterface(Package) |
获取对应于指定的托管 IDTSPackage100 对象的本机 Package 对象。 |
GetExtendedInterface(VariableDispenser) |
获取对应于指定的托管 IDTSVariableDispenser100 对象的本机 VariableDispenser 对象。 |
GetExtendedInterface(Variables) |
获取对应于指定的托管 IDTSVariables100 对象的本机 Variables 对象。 |
注解
GetExtendedInterface
使用方法,而不是过时SQL Server 2005 Integration Services (SSIS) ToXxx90
方法。
GetExtendedInterface(Application)
获取对应于指定的托管 IDTSApplication100 对象的本机 Application 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Application ^ app);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Application app);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Application -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
Public Shared Function GetExtendedInterface (app As Application) As IDTSApplication100
参数
- app
- Application
一个托管 Application 对象。
返回
对应于指定的托管 IDTSApplication100 对象的本机 Application 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Application)使用该方法而不是过时ToApplication90的方法。
适用于
GetExtendedInterface(ConnectionManager)
获取对应于指定的托管 IDTSConnectionManager100 对象的本机 ConnectionManager 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function GetExtendedInterface (connMgr As ConnectionManager) As IDTSConnectionManager100
参数
- connMgr
- ConnectionManager
一个托管 ConnectionManager 对象。
返回
对应于指定的托管 IDTSConnectionManager100 对象的本机 ConnectionManager 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(ConnectionManager)使用该方法而不是过时ToConnectionManager90的方法。
适用于
GetExtendedInterface(Connections)
获取对应于指定的托管 IDTSConnections100 对象的本机 Connections 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Connections connections);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function GetExtendedInterface (connections As Connections) As IDTSConnections100
参数
- connections
- Connections
一个托管 Connections 对象。
返回
对应于指定的托管 IDTSConnections100 对象的本机 Connections 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Connections)使用该方法而不是过时ToConnections90的方法。
适用于
GetExtendedInterface(IDTSComponentEvents)
获取对应于指定的托管 IDTSComponentEvents100 对象的本机 IDTSComponentEvents 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
Public Shared Function GetExtendedInterface (events As IDTSComponentEvents) As IDTSComponentEvents100
参数
- events
- IDTSComponentEvents
一个托管 IDTSComponentEvents 对象。
返回
对应于指定的托管 IDTSComponentEvents100 对象的本机 IDTSComponentEvents 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSComponentEvents)使用该方法而不是过时ToComponentEvents90的方法。
适用于
GetExtendedInterface(IDTSEvents)
获取对应于指定的托管 IDTSEvents100 对象的本机 IDTSEvents 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
Public Shared Function GetExtendedInterface (events As IDTSEvents) As IDTSEvents100
参数
- events
- IDTSEvents
一个托管 IDTSEvents 对象。
返回
对应于指定的托管 IDTSEvents100 对象的本机 IDTSEvents 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSEvents)使用该方法而不是过时ToEvents90的方法。
适用于
GetExtendedInterface(IDTSInfoEvents)
获取对应于指定的托管 IDTSInfoEvents100 对象的本机 IDTSInfoEvents 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Shared Function GetExtendedInterface (events As IDTSInfoEvents) As IDTSInfoEvents100
参数
- events
- IDTSInfoEvents
一个托管 IDTSInfoEvents 对象。
返回
对应于指定的托管 IDTSInfoEvents100 对象的本机 IDTSInfoEvents 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSInfoEvents)使用该方法而不是过时ToInfoEvents90的方法。
适用于
GetExtendedInterface(Package)
获取对应于指定的托管 IDTSPackage100 对象的本机 Package 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Package ^ pkg);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Package pkg);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Package -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Shared Function GetExtendedInterface (pkg As Package) As IDTSPackage100
参数
返回
对应于指定的托管 IDTSPackage100 对象的本机 Package 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Package)使用该方法而不是过时ToPackage90的方法。
适用于
GetExtendedInterface(VariableDispenser)
获取对应于指定的托管 IDTSVariableDispenser100 对象的本机 VariableDispenser 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.VariableDispenser -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Shared Function GetExtendedInterface (variableDispenser As VariableDispenser) As IDTSVariableDispenser100
参数
- variableDispenser
- VariableDispenser
一个托管 VariableDispenser 对象。
返回
对应于指定的托管 IDTSVariableDispenser100 对象的本机 VariableDispenser 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(VariableDispenser)使用该方法而不是过时ToVariableDispenser90的方法。
适用于
GetExtendedInterface(Variables)
获取对应于指定的托管 IDTSVariables100 对象的本机 Variables 对象。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Variables variables);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Variables -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Shared Function GetExtendedInterface (variables As Variables) As IDTSVariables100
参数
返回
对应于指定的托管 IDTSVariables100 对象的本机 Variables 对象。
注解
Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables)使用该方法而不是过时ToVariables90的方法。