TaskHost.ApartmentThreaded Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ApartmentThreaded As Boolean
Get
'Usage
Dim instance As TaskHost
Dim value As Boolean
value = instance.ApartmentThreaded
public bool ApartmentThreaded { get; }
public:
property bool ApartmentThreaded {
bool get ();
}
member ApartmentThreaded : bool
function get ApartmentThreaded () : boolean
Property Value
Type: System.Boolean