Freigeben über


DbSyncColumnDescriptionCollection-Klasse

Stellt eine Auflistung von DbSyncColumnDescription-Objekten dar.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbSyncColumnDescriptionCollection _
    Inherits Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As DbSyncColumnDescriptionCollection
[SerializableAttribute]
public class DbSyncColumnDescriptionCollection : Collection<DbSyncColumnDescription>
[SerializableAttribute]
public ref class DbSyncColumnDescriptionCollection : public Collection<DbSyncColumnDescription^>
[<SerializableAttribute>]
type DbSyncColumnDescriptionCollection =  
    class
        inherit Collection<DbSyncColumnDescription>
    end
public class DbSyncColumnDescriptionCollection extends Collection<DbSyncColumnDescription>

Vererbungshierarchie

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DbSyncColumnDescription> ) > ) >
    Microsoft.Synchronization.Data..::..DbSyncColumnDescriptionCollection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

DbSyncColumnDescriptionCollection-Member

Microsoft.Synchronization.Data-Namespace