Compartir a través de


IDTSTaskHost100.ApartmentThreaded Propiedad

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

For more information, see TaskHostClass.

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

Sintaxis

'Declaración
ReadOnly Property ApartmentThreaded As Boolean 
    Get
'Uso
Dim instance As IDTSTaskHost100 
Dim value As Boolean 

value = instance.ApartmentThreaded
bool ApartmentThreaded { get; }
property bool ApartmentThreaded {
    bool get ();
}
abstract ApartmentThreaded : bool
function get ApartmentThreaded () : boolean

Valor de la propiedad

Tipo: System.Boolean

Vea también

Referencia

IDTSTaskHost100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper