다음을 통해 공유


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 컬렉션입니다.

특성

적용 대상