Freigeben über


TaskHost.ApartmentThreaded-Eigenschaft

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

Gets a value that indicates whether the task is an apartment-threaded object.

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

Eigenschaftswert

Typ: System.Boolean
true if the task is an apartment-threaded object; otherwise, false.

Siehe auch

Verweis

TaskHost Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace