Compartir a través de


IDTSOutput100.IsAttached Propiedad

Gets a value that indicates if the IDTSOutput100 object is attached to another component via an IDTSPath100object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property IsAttached As Boolean 
    Get
'Uso
Dim instance As IDTSOutput100 
Dim value As Boolean 

value = instance.IsAttached
bool IsAttached { get; }
property bool IsAttached {
    bool get ();
}
abstract IsAttached : bool
function get IsAttached () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the IDTSOutput100 is connected to another component; otherwise, false. The default is false.

Comentarios

IDTSOutput100 objects that are not attached to a path do not receive a PipelineBuffer from the data flow engine.

For example, source components or components with asynchronous outputs that have multiple IDTSOutput100 objects, receive a PipelineBuffer for each IDTSOutput100 attached to a path from a call to PrimeOutput.

Vea también

Referencia

IDTSOutput100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper