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 命名空間