Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enthält eine Auflistung von SyncColumnMapping-Objekten.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Class SyncColumnMappingCollection _
Inherits Collection(Of SyncColumnMapping)
'Usage
Dim instance As SyncColumnMappingCollection
public class SyncColumnMappingCollection : Collection<SyncColumnMapping>
public ref class SyncColumnMappingCollection : public Collection<SyncColumnMapping^>
type SyncColumnMappingCollection =
class
inherit Collection<SyncColumnMapping>
end
public class SyncColumnMappingCollection extends Collection<SyncColumnMapping>
Vererbungshierarchie
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncColumnMapping> ) > ) >
Microsoft.Synchronization.Data.Server..::..SyncColumnMappingCollection
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.