共用方式為


DtsConvert.GetWrapper 方法 (IDTSVariables100)

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Shared Function GetWrapper ( _
    variables As IDTSVariables100 _
) As Variables
'用途
Dim variables As IDTSVariables100 
Dim returnValue As Variables 

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

參數

傳回值

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

備註

Use the DtsConvert.GetWrapper(IDTSVariables100) method instead of the obsolete ToVariables method.

請參閱

參考

DtsConvert 類別

GetWrapper 多載

Microsoft.SqlServer.Dts.Runtime 命名空間