Proprietà TaskHost.ApartmentThreaded

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ApartmentThreaded As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TaskHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime