Compartir a través de


IDTSObjectHost Interface

Defines an interface that allows components to be treated as generic host objects.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Interface IDTSObjectHost
public interface IDTSObjectHost
public interface class IDTSObjectHost
public interface IDTSObjectHost
public interface IDTSObjectHost

Notas

This interface, when inherited by a class, allows that class to access an inner object. For example, there are many kinds of connections. All connection have properties in common, and then they have properties that are unique to that connection alone. The ConnectionManager is a generic host to connections, providing access directly to all the common properties. Because ConnectionManager implements this interface, you also have access to the specific object it holds through the InnerObject property.

Several classes implement this IDTSObjectHost interface, including the LogProvider, ConnectionManager, TaskHost, and ForEachEnumerator.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSObjectHost Members
Microsoft.SqlServer.Dts.Runtime Namespace