Freigeben über


DbSyncTableDescriptionCollection-Klasse

Stellt eine Auflistung von DbSyncTableDescription-Objekten dar.

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

Syntax

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

Vererbungshierarchie

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

Threadsicherheit

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

Siehe auch

Verweis

DbSyncTableDescriptionCollection-Member

Microsoft.Synchronization.Data-Namespace