Share via


TaskHostClass.ApartmentThreaded Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see TaskHost.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ApartmentThreaded As Boolean
    Get
'Usage
Dim instance As TaskHostClass
Dim value As Boolean

value = instance.ApartmentThreaded
public virtual bool ApartmentThreaded { get; }
public:
virtual property bool ApartmentThreaded {
    bool get ();
}
abstract ApartmentThreaded : bool
override ApartmentThreaded : bool
function get ApartmentThreaded () : boolean

Property Value

Type: System.Boolean

Implements

IDTSTaskHost100.ApartmentThreaded