DtsConvert.GetExtendedInterface メソッド

定義

指定したマネージド オブジェクトに対応するネイティブ オブジェクトを取得します (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

パラメーター

pkg
Package

Package マネージド オブジェクトです。

戻り値

指定した 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

パラメーター

variables
Variables

Variables マネージド オブジェクトです。

戻り値

指定した IDTSVariables100 マネージド オブジェクトに対応する Variables ネイティブ オブジェクトです。

注釈

互換性のために残されている Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables) メソッドではなく、ToVariables90 メソッドを使用してください。

適用対象