DtsConvert.GetExtendedInterface 方法 (Variables)

Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Shared Function GetExtendedInterface ( _
    variables As Variables _
) As IDTSVariables100
用法
Dim variables As Variables 
Dim returnValue As IDTSVariables100 

returnValue = DtsConvert.GetExtendedInterface(variables)
public static IDTSVariables100 GetExtendedInterface(
    Variables variables
)
public:
static IDTSVariables100^ GetExtendedInterface(
    Variables^ variables
)
static member GetExtendedInterface : 
        variables:Variables -> IDTSVariables100
public static function GetExtendedInterface(
    variables : Variables
) : IDTSVariables100

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The native IDTSVariables100 object that corresponds to the specified managed Variables object.

注释

Use the DtsConvert.GetExtendedInterface(Variables) method instead of the obsolete ToVariables90 method.

请参阅

参考

DtsConvert 类

GetExtendedInterface 重载

Microsoft.SqlServer.Dts.Runtime 命名空间