DtsConvert 클래스
Provides conversion methods to convert managed Integation Services run-time objects to their native implementations and from native to managed implementations. This class cannot be inherited.
이 API는 CLS 규격이 아닙니다.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..DtsConvert
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DtsConvert
‘사용 방법
Dim instance As DtsConvert
[CLSCompliantAttribute(false)]
public sealed class DtsConvert
[CLSCompliantAttribute(false)]
public ref class DtsConvert sealed
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type DtsConvert = class end
public final class DtsConvert
DtsConvert 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetExtendedInterface(Application) | Gets the native IDTSApplication100 object that corresponds to the specified managed Application object. | |
GetExtendedInterface(ConnectionManager) | Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object. | |
GetExtendedInterface(Connections) | Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object. | |
GetExtendedInterface(IDTSComponentEvents) | Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object. | |
GetExtendedInterface(IDTSEvents) | Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object. | |
GetExtendedInterface(IDTSInfoEvents) | Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object. | |
GetExtendedInterface(Package) | Gets the native IDTSPackage100 object that corresponds to the specified managed Package object. | |
GetExtendedInterface(VariableDispenser) | Gets the native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object. | |
GetExtendedInterface(Variables) | Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
GetWrapper(IDTSApplication100) | Gets the managed Application object that corresponds to the specified native IDTSApplication100 object. | |
GetWrapper(IDTSConnectionManager100) | Gets the managed ConnectionManager object that corresponds to the specified native IDTSConnectionManager100 object. | |
GetWrapper(IDTSConnections100) | Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object. | |
GetWrapper(IDTSEvents100) | Gets the managed IDTSEvents object that corresponds to the specified native IDTSEvents100 object. | |
GetWrapper(IDTSPackage100) | Gets the managed Package object that corresponds to the specified native IDTSPackage100 object. | |
GetWrapper(IDTSVariables100) | Gets the managed Variables object that corresponds to the specified native IDTSVariables100 object. | |
MemberwiseClone | (Object에서 상속됨) | |
ToApplication | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSApplication100) method instead. *** Converts a native IDTSApplication100 object to a managed Application object. | |
ToApplication90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(Application) method instead. *** Converts a managed Application object to a native IDTSApplication100 object. | |
ToComponentEvents90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(IDTSComponentEvents) method instead. *** Converts a managed IDTSComponentEvents object to a native IDTSComponentEvents100 object. | |
ToConnectionManager | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSConnectionManager100) method instead. *** Converts a native IDTSConnectionManager100 object to a managed ConnectionManager object. | |
ToConnectionManager90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(ConnectionManager) method instead. *** Converts a managed ConnectionManager object to a native IDTSConnectionManager100 object. | |
ToConnections | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSConnections100) method instead. *** Converts a native IDTSConnections100 collection to a managed Connections collection. | |
ToConnections90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(Connections) method instead. *** Converts a managed Connections collection to a native IDTSConnections100 collection. | |
ToEvents | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSEvents100) method instead. *** Converts a native IDTSEvents100 object to a managed IDTSEvents object. | |
ToEvents90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(IDTSEvents) method instead. *** Converts a managed IDTSEvents object to a native IDTSEvents100 object. | |
ToInfoEvents90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(IDTSInfoEvents) method instead. *** Converts a managed IDTSInfoEvents object to a native IDTSInfoEvents100 object. | |
ToPackage | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSPackage100) method instead. *** Converts a native IDTSPackage100 object to a managed Package object. | |
ToPackage90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(Package) method instead. *** Converts a managed Package object to a native IDTSPackage100 object. | |
ToString | (Object에서 상속됨) | |
ToVariableDispenser90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(VariableDispenser) method instead. *** Converts a managed VariableDispenser object to a native IDTSVariableDispenser100 object. | |
ToVariables | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetWrapper(IDTSVariables100) method instead. *** Converts a native IDTSVariables100 collection to a managed Variables collection. | |
ToVariables90 | 더 이상 사용되지 않습니다. *** Member obsolete; use the GetExtendedInterface(Variables) method instead. *** Converts a managed Variables collection to a native IDTSVariables100 collection. | |
TypeCodeFromVarType | Converts a Variant data type to a system TypeCode. | |
VarTypeFromTypeCode | Converts a system TypeCode to an Integration Services Variant data type. |
맨 위로 이동
주의
Use this class to interface the managed run-time object model with other objects that consume native run-time objects, such as the Data Flow task. The DtsConvert class provides conversions for types such as Connections, ConnectionManager, Package, Variables, and VariableDispenser, and for converting between VarTypes and TypeCodes. For more information about the Data Flow task, see 프로그래밍 방식으로 데이터 흐름 태스크 추가.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.