IDTSManagedWrapper100 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a DTS managed wrapper.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")> _
Public Interface IDTSManagedWrapper100
'用途
Dim instance As IDTSManagedWrapper100
[GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface IDTSManagedWrapper100
[GuidAttribute(L"898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface class IDTSManagedWrapper100
[<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")>]
type IDTSManagedWrapper100 = interface end
public interface IDTSManagedWrapper100
IDTSManagedWrapper100 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ManagedForEachEnumeratorQualifiedName | 基礎結構。Gets the qualified name of the managed wrapper for each enumerator. | |
WrappedConnection | 基礎結構。Gets or sets the wrapped connection. | |
WrappedForEachEnumerator | 基礎結構。Gets or sets the wrapped object for each enumerator. | |
WrappedLogProvider | 基礎結構。Gets or sets the wrapped log provider. | |
WrappedTask | 基礎結構。Gets or sets the wrapped task. |
上層
方法
名稱 | 說明 | |
---|---|---|
SetManagedObject | 基礎結構。Sets the managed assembly object. |
上層