Freigeben über


IDTSManagedWrapper100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a DTS managed wrapper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

Der IDTSManagedWrapper100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ManagedForEachEnumeratorQualifiedName Infrastruktur Gets the qualified name of the managed wrapper for each enumerator.
Öffentliche Eigenschaft WrappedConnection Infrastruktur Gets or sets the wrapped connection.
Öffentliche Eigenschaft WrappedForEachEnumerator Infrastruktur Gets or sets the wrapped object for each enumerator.
Öffentliche Eigenschaft WrappedLogProvider Infrastruktur Gets or sets the wrapped log provider.
Öffentliche Eigenschaft WrappedTask Infrastruktur Gets or sets the wrapped task.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode SetManagedObject Infrastruktur Sets the managed assembly object.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace