DtsConvert.ToVariables(IDTSVariables100) 메서드

정의

주의

The ToXXXX() methods have been replaced with the GetWrapper() method.

멤버는 사용되지 않습니다. 대신 메서드를 GetWrapper(IDTSVariables100) 사용합니다. 네이티브 IDTSVariables100 컬렉션을 관리 Variables 되는 컬렉션으로 변환합니다.

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

매개 변수

variables
IDTSVariables100

네이티브 IDTSVariables100 컬렉션입니다.

반환

관리되는 Variables 컬렉션입니다.

특성

적용 대상