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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。