Freigeben über


TaskHostClass.ApartmentThreaded-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System.Boolean

Implementiert

IDTSTaskHost100.ApartmentThreaded

Siehe auch

Verweis

TaskHostClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace