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. |
页首