言語

DtsConvert.GetExtendedInterface メソッド

定義

指定された管理対象に対応するネイティブオブジェクトを取得します。 (GetExtendedInterface法はDtsConvertで廃止されたToXxx90法に代わるものです。)

オーバーロード

名前 説明
GetExtendedInterface(Application)

指定された管理Applicationオブジェクトに対応するネイティブIDTSApplication100オブジェクトを取得します。

GetExtendedInterface(ConnectionManager)

指定された管理ConnectionManagerオブジェクトに対応するネイティブIDTSConnectionManager100オブジェクトを取得します。

GetExtendedInterface(Connections)

指定された管理Connectionsオブジェクトに対応するネイティブIDTSConnections100オブジェクトを取得します。

GetExtendedInterface(IDTSComponentEvents)

指定された管理IDTSComponentEventsオブジェクトに対応するネイティブIDTSComponentEvents100オブジェクトを取得します。

GetExtendedInterface(IDTSEvents)

指定された管理IDTSEventsオブジェクトに対応するネイティブIDTSEvents100オブジェクトを取得します。

GetExtendedInterface(IDTSInfoEvents)

指定された管理IDTSInfoEventsオブジェクトに対応するネイティブIDTSInfoEvents100オブジェクトを取得します。

GetExtendedInterface(Package)

指定された管理Packageオブジェクトに対応するネイティブIDTSPackage100オブジェクトを取得します。

GetExtendedInterface(VariableDispenser)

指定された管理VariableDispenserオブジェクトに対応するネイティブIDTSVariableDispenser100オブジェクトを取得します。

GetExtendedInterface(Variables)

指定された管理Variablesオブジェクトに対応するネイティブIDTSVariables100オブジェクトを取得します。

注釈

廃SQL Server 2005年インテグレーションサービス(SSIS)ToXxx90メソッドの代わりに、GetExtendedInterfaceメソッドを使用してください。

GetExtendedInterface(Application)

指定された管理Applicationオブジェクトに対応するネイティブIDTSApplication100オブジェクトを取得します。

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

注釈

廃れたToApplication90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Application)法を使いましょう。

適用対象

GetExtendedInterface(ConnectionManager)

指定された管理ConnectionManagerオブジェクトに対応するネイティブIDTSConnectionManager100オブジェクトを取得します。

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

注釈

廃れたToConnectionManager90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(ConnectionManager)法を使いましょう。

適用対象

GetExtendedInterface(Connections)

指定された管理Connectionsオブジェクトに対応するネイティブIDTSConnections100オブジェクトを取得します。

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

注釈

廃れたToConnections90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Connections)法を使いましょう。

適用対象

GetExtendedInterface(IDTSComponentEvents)

指定された管理IDTSComponentEventsオブジェクトに対応するネイティブIDTSComponentEvents100オブジェクトを取得します。

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

注釈

廃れたToComponentEvents90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSComponentEvents)法を使いましょう。

適用対象

GetExtendedInterface(IDTSEvents)

指定された管理IDTSEventsオブジェクトに対応するネイティブIDTSEvents100オブジェクトを取得します。

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

注釈

廃れたToEvents90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSEvents)法を使いましょう。

適用対象

GetExtendedInterface(IDTSInfoEvents)

指定された管理IDTSInfoEventsオブジェクトに対応するネイティブIDTSInfoEvents100オブジェクトを取得します。

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

注釈

廃れたToInfoEvents90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSInfoEvents)法を使いましょう。

適用対象

GetExtendedInterface(Package)

指定された管理Packageオブジェクトに対応するネイティブIDTSPackage100オブジェクトを取得します。

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

注釈

廃れたToPackage90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Package)法を使いましょう。

適用対象

GetExtendedInterface(VariableDispenser)

指定された管理VariableDispenserオブジェクトに対応するネイティブIDTSVariableDispenser100オブジェクトを取得します。

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

注釈

廃れたToVariableDispenser90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(VariableDispenser)法を使いましょう。

適用対象

GetExtendedInterface(Variables)

指定された管理Variablesオブジェクトに対応するネイティブIDTSVariables100オブジェクトを取得します。

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

注釈

廃れたToVariables90の方法ではなく、Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables)法を使いましょう。

適用対象