IDTSInput100.IsAttached Özelliği
Olmadığını gösteren bir değeri alır bir IDTSInput100 ters yönde bir bileşen bağlı olduğu bir IDTSPath100 nesne.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
ReadOnly Property IsAttached As Boolean
Get
'Kullanım
Dim instance As IDTSInput100
Dim value As Boolean
value = instance.IsAttached
bool IsAttached { get; }
property bool IsAttached {
bool get ();
}
abstract IsAttached : bool
function get IsAttached () : boolean
Özellik Değeri
Tür: System.Boolean
doğru , IDTSInput100 nesnesi bağlı bir IDTSOutput100 üzerinden bir IDTSPath100; Aksi takdirde, yanlış.