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
參數
- variables
型別:Microsoft.SqlServer.Dts.Runtime. . :: . .Variables
A managed Variables object.
傳回值
型別: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.