Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Represents a collection of DbSyncColumnDescription objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
Microsoft.Synchronization.Data.DbSyncColumnDescriptionCollection
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>
The DbSyncColumnDescriptionCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncColumnDescriptionCollection | Initializes a new instance of the DbSyncColumnDescriptionCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() |
Item[Int32] | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() |
Item[String] | Gets a DbSyncColumnDescription object with the specified name from the collection. |
![]() |
Items | (Inherited from Collection<DbSyncColumnDescription>.) |
Top
Methods
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<DbSyncColumnDescription>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<DbSyncColumnDescription>.) |
Top
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)