Interface IDTSManagedWrapper100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a DTS managed wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")> _
Public Interface IDTSManagedWrapper100
'Uso
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
O tipo IDTSManagedWrapper100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ManagedForEachEnumeratorQualifiedName | Infraestrutura. Gets the qualified name of the managed wrapper for each enumerator. | |
WrappedConnection | Infraestrutura. Gets or sets the wrapped connection. | |
WrappedForEachEnumerator | Infraestrutura. Gets or sets the wrapped object for each enumerator. | |
WrappedLogProvider | Infraestrutura. Gets or sets the wrapped log provider. | |
WrappedTask | Infraestrutura. Gets or sets the wrapped task. |
Início
Métodos
Nome | Descrição | |
---|---|---|
SetManagedObject | Infraestrutura. Sets the managed assembly object. |
Início