IDTSTaskHost100.ApartmentThreaded Property

Definition

public:
 property bool ApartmentThreaded { bool get(); };
[System.Runtime.InteropServices.DispId(1)]
public bool ApartmentThreaded { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.ApartmentThreaded : bool
Public ReadOnly Property ApartmentThreaded As Boolean

Property Value

true if the task is an apartment-threaded object; otherwise, false.

Attributes

Applies to