ManagedWrapper Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the managed wrapper.
This API is not CLS-compliant.
Namespace:
Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
[GuidAttribute("3E9B068D-6F2E-4B29-8A93-1C8F71062F12")] [ComVisibleAttribute(true)] [CLSCompliantAttribute(false)] public sealed class ManagedWrapper : IDTSManagedWrapper100, IDTSTask100, IDTSTaskInit100, IDTSComponentPersist100, IDTSBreakpointSite100, IDTSSuspend100, IDTSConnectionManager100, IDTSLogProviderInit100, IDTSLogProvider100, IDTSLogging100, IDTSObjectVersionUpdate100, IDTSProductLevel100, IDTSDowngradableObject100
The ManagedWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
ManagedWrapper | Infrastructure. Initializes a new instance of the ManagedWrapper class. |
| Name | Description | |
|---|---|---|
|
ConfigString | Infrastructure. Gets or sets the configuration string associated with the wrapper. |
|
ConnectionString | Infrastructure. Sets or sets the connection string associated with the wrapper. |
|
DebugMode | Infrastructure. Get or sets whether the wrapper is in debugging mode. |
|
Enabled | Infrastructure. Gets or sets whether the wrapper is enabled. |
|
ExecutionValue | Infrastructure. Gets the execution value of the wrapper. |
|
ManagedForEachEnumeratorQualifiedName | Infrastructure. Gets the qualified name for the managed ForEach enumerator. |
|
ProtectionLevel | Infrastructure. Gets or sets the protection level of the wrapper. |
|
RequiredProductLevel | Infrastructure. Gets t he required product level of the wrapper. |
|
Scope | Infrastructure. Gets the scope of the wrapper. |
|
SupportsDTCTransactions | Infrastructure. Gets whether the wrapper supports DTCT transactions. |
|
SuspendRequired | Infrastructure. Gets or sets whether the suspension of the wrapper is required. |
|
Version | Infrastructure. Gets the version of the wrapper. |
|
WrappedConnection | Infrastructure. Gets or sets the wrapped connection of the wrapper. |
|
WrappedForEachEnumerator | Infrastructure. Gets or sets the wrapped ForEach enumerator. |
|
WrappedLogProvider | Infrastructure. Gets or sets the wrapped log provider. |
|
WrappedTask | Infrastructure. Gets or sets the value of the wrapped task. |
| Name | Description | |
|---|---|---|
|
AcceptBreakpointManager | Infrastructure. Accepts a breakpoint manager. |
|
AcquireConnection | Infrastructure. Acquires a wrapper connection. |
|
CanDowngradeTo | Infrastructure. Specifies whether the wrapper can be downgraded to a specific version. |
|
CanUpdate | Infrastructure. Specifies whether the wrapper can be upgraded. |
|
CloseLog | Infrastructure. Closes the log for the wrapper. |
|
DowngradeTo | Infrastructure. Downgrades a wrapper to a lower version. |
|
Equals | (Inherited from Object.) |
|
Execute | Infrastructure. Executes the wrapper. |
|
Finalize | (Inherited from Object.) |
|
GetFilterStatus | Infrastructure. Returns the filter status of the wrapper. |
|
GetHashCode | (Inherited from Object.) |
|
GetSite | Infrastructure. Returns the site for the wrapper. |
|
GetType | (Inherited from Object.) |
|
InitializeLogProvider | Infrastructure. Initializes the log provider for the wrapper. |
|
InitializeTask | Infrastructure. Initializes the wrapper task. |
|
LoadFromXML | Infrastructure. Loads the wrapper from XML |
|
Log | Infrastructure. Logs the wrapper. |
|
MemberwiseClone | (Inherited from Object.) |
|
OpenLog | Infrastructure. Opens the wrapper log. |
|
ReleaseConnection | Infrastructure. Releases any connections associated with the wrapper. |
|
ResumeExecution | Infrastructure. Resumes the execution associated with the wrapper. |
|
SaveToXML | Infrastructure. Saves the wrapper to XML. |
|
SetManagedObject | Infrastructure. Sets the managed object. |
|
SetQualifier | Infrastructure. Sets the wrapper qualifier. |
|
SetSite | Infrastructure. Sets the wrapper site. |
|
SuspendExecution | Infrastructure. Suspends the wrapper execution. |
|
ToString | (Inherited from Object.) |
|
Update | Infrastructure. Updates the wrapper. |
|
Validate(IDTSInfoEvents100) | Infrastructure. Validates the wrapper with specified events. |
|
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100) | Infrastructure. Validates the wrapper with specified connection, dispenser, component events and logs. |