Compartilhar via


Propriedade do RDL TaskHost.ApartmentThreaded

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

TaskHost Classe

Namespace Microsoft.SqlServer.Dts.Runtime