TaskHost.ApartmentThreaded Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime
Derleme: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Property ApartmentThreaded As Boolean
Get
'Kullanım
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
Özellik Değeri
Tür: System.Boolean