DtsConvert.ToVariables90(Variables) メソッド

定義

注意事項

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

メンバーは廃止されました。代わりにメソッドを GetExtendedInterface(Variables) 使用してください。 マネージド Variables コレクションをネイティブ IDTSVariables100 コレクションに変換します。

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ ToVariables90(Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ToVariables90 (Microsoft.SqlServer.Dts.Runtime.Variables variables);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToVariables90 : Microsoft.SqlServer.Dts.Runtime.Variables -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Shared Function ToVariables90 (variables As Variables) As IDTSVariables100

パラメーター

variables
Variables

Variables マネージド コレクションです。

戻り値

IDTSVariables100 ネイティブ コレクションです。

属性

適用対象