ApartmentThreaded Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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
Vea también