DtsConvert.ToVariables90(Variables) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
パラメーター
返品
ネイティブ IDTSVariables100 コレクションです。
- 属性