ManagedWrapper 클래스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents the managed wrapper.
이 API는 CLS 규격이 아닙니다.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.ManagedWrapper
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")> _
Public NotInheritable Class ManagedWrapper _
Implements IDTSManagedWrapper100, IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, _
IDTSBreakpointSite100, IDTSSuspend100, IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, _
IDTSLogging100, IDTSObjectVersionUpdate100, IDTSProductLevel100, IDTSDowngradableObject100
‘사용 방법
Dim instance As ManagedWrapper
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")]
public sealed class ManagedWrapper : IDTSManagedWrapper100,
IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100,
IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100,
IDTSProductLevel100, IDTSDowngradableObject100
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"3E9B068D-6F2E-4B29-8A93-1C8F71062F12")]
public ref class ManagedWrapper sealed : IDTSManagedWrapper100,
IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100,
IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100,
IDTSProductLevel100, IDTSDowngradableObject100
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")>]
type ManagedWrapper =
class
interface IDTSManagedWrapper100
interface IDTSTask100
interface IDTSTaskInit100
interface IDTSComponentPersist100
interface IDTSBreakpointSite100
interface IDTSSuspend100
interface IDTSConnectionManager100
interface IDTSLogProviderInit100
interface IDTSLogProvider100
interface IDTSLogging100
interface IDTSObjectVersionUpdate100
interface IDTSProductLevel100
interface IDTSDowngradableObject100
end
public final class ManagedWrapper implements IDTSManagedWrapper100, IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100, IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100, IDTSProductLevel100, IDTSDowngradableObject100
ManagedWrapper 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ManagedWrapper | 인프라입니다. Initializes a new instance of the ManagedWrapper class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ConfigString | 인프라입니다. Gets or sets the configuration string associated with the wrapper. | |
ConnectionString | 인프라입니다. Sets or sets the connection string associated with the wrapper. | |
DebugMode | 인프라입니다. Get or sets whether the wrapper is in debugging mode. | |
Enabled | 인프라입니다. Gets or sets whether the wrapper is enabled. | |
ExecutionValue | 인프라입니다. Gets the execution value of the wrapper. | |
ManagedForEachEnumeratorQualifiedName | 인프라입니다. Gets the qualified name for the managed ForEach enumerator. | |
ProtectionLevel | 인프라입니다. Gets or sets the protection level of the wrapper. | |
RequiredProductLevel | 인프라입니다. Gets t he required product level of the wrapper. | |
Scope | 인프라입니다. Gets the scope of the wrapper. | |
SupportsDTCTransactions | 인프라입니다. Gets whether the wrapper supports DTCT transactions. | |
SuspendRequired | 인프라입니다. Gets or sets whether the suspension of the wrapper is required. | |
Version | 인프라입니다. Gets the version of the wrapper. | |
WrappedConnection | 인프라입니다. Gets or sets the wrapped connection of the wrapper. | |
WrappedForEachEnumerator | 인프라입니다. Gets or sets the wrapped ForEach enumerator. | |
WrappedLogProvider | 인프라입니다. Gets or sets the wrapped log provider. | |
WrappedTask | 인프라입니다. Gets or sets the value of the wrapped task. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AcceptBreakpointManager | 인프라입니다. Accepts a breakpoint manager. | |
AcquireConnection | 인프라입니다. Acquires a wrapper connection. | |
CanDowngradeTo | 인프라입니다. Specifies whether the wrapper can be downgraded to a specific version. | |
CanUpdate | 인프라입니다. Specifies whether the wrapper can be upgraded. | |
CloseLog | 인프라입니다. Closes the log for the wrapper. | |
DowngradeTo | 인프라입니다. Downgrades a wrapper to a lower version. | |
Equals | (Object에서 상속됨) | |
Execute | 인프라입니다. Executes the wrapper. | |
GetFilterStatus | 인프라입니다. Returns the filter status of the wrapper. | |
GetHashCode | (Object에서 상속됨) | |
GetSite | 인프라입니다. Returns the site for the wrapper. | |
GetType | (Object에서 상속됨) | |
InitializeLogProvider | 인프라입니다. Initializes the log provider for the wrapper. | |
InitializeTask | 인프라입니다. Initializes the wrapper task. | |
LoadFromXML | 인프라입니다. Loads the wrapper from XML | |
Log | 인프라입니다. Logs the wrapper. | |
OpenLog | 인프라입니다. Opens the wrapper log. | |
ReleaseConnection | 인프라입니다. Releases any connections associated with the wrapper. | |
ResumeExecution | 인프라입니다. Resumes the execution associated with the wrapper. | |
SaveToXML | 인프라입니다. Saves the wrapper to XML. | |
SetManagedObject | 인프라입니다. Sets the managed object. | |
SetQualifier | 인프라입니다. Sets the wrapper qualifier. | |
SetSite | 인프라입니다. Sets the wrapper site. | |
SuspendExecution | 인프라입니다. Suspends the wrapper execution. | |
ToString | (Object에서 상속됨) | |
Update | 인프라입니다. Updates the wrapper. | |
Validate(IDTSInfoEvents100) | 인프라입니다. Validates the wrapper with specified events. | |
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100) | 인프라입니다. Validates the wrapper with specified connection, dispenser, component events and logs. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.