Partager via


Interface IDTSManagedWrapper100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a DTS managed wrapper.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")> _
Public Interface IDTSManagedWrapper100
'Utilisation
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

Le type IDTSManagedWrapper100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ManagedForEachEnumeratorQualifiedName Infrastructure. Gets the qualified name of the managed wrapper for each enumerator.
Propriété publique WrappedConnection Infrastructure. Gets or sets the wrapped connection.
Propriété publique WrappedForEachEnumerator Infrastructure. Gets or sets the wrapped object for each enumerator.
Propriété publique WrappedLogProvider Infrastructure. Gets or sets the wrapped log provider.
Propriété publique WrappedTask Infrastructure. Gets or sets the wrapped task.

Haut de la page

Méthodes

  Nom Description
Méthode publique SetManagedObject Infrastructure. Sets the managed assembly object.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper