Compartir a través de


TaskHost.ApartmentThreaded Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ApartmentThreaded As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TaskHost Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime