ApartmentThreaded Propiedad
Esta API admite la infraestructura de 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