Aracılığıyla paylaş


DTSReadOnlyCollectionBase Sınıfı

Ortak üyeler tarafından tüm Tümleştirme Hizmetleri salt okunur Koleksiyonlar kullanılan uygulayan bir soyut temel sınıf tanımlar.Soyut sağlar (MustInherit Visual Basic) taban sınıfı için türü kesin belirlenmiş bir koleksiyon.

Devralma Hiyerarşisi

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
    Diğer...

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Public MustInherit Class DTSReadOnlyCollectionBase _
    Implements ICollection, IEnumerable
'Kullanım
Dim instance As DTSReadOnlyCollectionBase
public abstract class DTSReadOnlyCollectionBase : ICollection, 
    IEnumerable
public ref class DTSReadOnlyCollectionBase abstract : ICollection, 
    IEnumerable
[<AbstractClassAttribute>]
type DTSReadOnlyCollectionBase =  
    class
        interface ICollection
        interface IEnumerable
    end
public abstract class DTSReadOnlyCollectionBase implements ICollection, IEnumerable

DTSReadOnlyCollectionBase türü aşağıdaki üyeleri açıklar.

Özellikler

  Ad Açıklama
Ortak özellik Count İçerdiği öğeleri numarasını alır DTSReadOnlyCollectionBase örnek.
Ortak özellik IsSynchronized Gösteren bir değeri alır olup erişim DTSReadOnlyCollectionBase (iş parçacığı güvenli) eşitlenen.
Ortak özellik SyncRoot Erişimi eşitlemek için kullanılan bir nesneyi alır DTSReadOnlyCollectionBase.

Üst

Yöntemler

  Ad Açıklama
Ortak yöntem CopyTo Tüm kopyalar DTSReadOnlyCollectionBase için bir tek boyutlu uyumlu array, başlatma sırasında belirtilen dizini hedef dizi.
Korumalı yöntem CreateManagedObject Altyapı.
Ortak yöntem Equals (Object öğesinden devralınmıştır.)
Korumalı yöntem Finalize (Object öğesinden devralınmıştır.)
Korumalı yöntem GetCount Altyapı.
Ortak yöntem GetEnumerator Arasında yinelemek bir Numaralandırıcı döndürür DTSReadOnlyCollectionBase örnek.
Ortak yöntem GetHashCode (Object öğesinden devralınmıştır.)
Korumalı yöntem GetManagedEnumerator Altyapı.
Ortak yöntem GetType (Object öğesinden devralınmıştır.)
Korumalı yöntem MemberwiseClone (Object öğesinden devralınmıştır.)
Ortak yöntem ToString (Object öğesinden devralınmıştır.)

Üst

Alanlar

  Ad Açıklama
Korumalı alan m_unmanagedColl Altyapı.

Üst

Açıklamalar

Bu sınıf devraldığı ICollection ve IEnumerable.

İş Parçacığı Güvenliği

Bu türdeki tüm ortak static (Visual Basic'te Shared) üyeler iş parçacığı için güvenlidir. Herhangi bir örnek üyenin iş parçacığı için güvenli olduğu garanti edilmemiştir.

Devralma Hiyerarşisi

System.Object
  Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
    Microsoft.SqlServer.Dts.Runtime.BreakpointTargets
    Microsoft.SqlServer.Dts.Runtime.Configurations
    Microsoft.SqlServer.Dts.Runtime.ConnectionInfos
    Microsoft.SqlServer.Dts.Runtime.Connections
    Microsoft.SqlServer.Dts.Runtime.DataTypeInfos
    Microsoft.SqlServer.Dts.Runtime.DBProviderInfos
    Microsoft.SqlServer.Dts.Runtime.DtsErrors
    Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers
    Microsoft.SqlServer.Dts.Runtime.DtsProperties
    Microsoft.SqlServer.Dts.Runtime.DtsWarnings
    Microsoft.SqlServer.Dts.Runtime.EventInfos
    Microsoft.SqlServer.Dts.Runtime.Executables
    Microsoft.SqlServer.Dts.Runtime.ExtendedProperties
    Microsoft.SqlServer.Dts.Runtime.ForEachEnumeratorInfos
    Microsoft.SqlServer.Dts.Runtime.ForEachVariableMappings
    Microsoft.SqlServer.Dts.Runtime.LogEntryInfos
    Microsoft.SqlServer.Dts.Runtime.LogProviderInfos
    Microsoft.SqlServer.Dts.Runtime.LogProviders
    Microsoft.SqlServer.Dts.Runtime.PackageInfos
    Microsoft.SqlServer.Dts.Runtime.PipelineComponentInfos
    Microsoft.SqlServer.Dts.Runtime.PrecedenceConstraints
    Microsoft.SqlServer.Dts.Runtime.RunningPackages
    Microsoft.SqlServer.Dts.Runtime.SelectedLogProviders
    Microsoft.SqlServer.Dts.Runtime.TaskInfos
    Microsoft.SqlServer.Dts.Runtime.Variables