DbSyncColumnDescriptionCollection Class
Represents a collection of DbSyncColumnDescription objects.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class DbSyncColumnDescriptionCollection
Inherits Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As DbSyncColumnDescriptionCollection
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class DbSyncColumnDescriptionCollection : Collection<DbSyncColumnDescription>
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
public ref class DbSyncColumnDescriptionCollection : public Collection<DbSyncColumnDescription^>
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class DbSyncColumnDescriptionCollection extends Collection<DbSyncColumnDescription>
SerializableAttribute
DefaultMemberAttribute("Item")
public class DbSyncColumnDescriptionCollection extends Collection<DbSyncColumnDescription>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.DbSyncColumnDescriptionCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DbSyncColumnDescriptionCollection Members
Microsoft.Synchronization.Data Namespace