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.
A collection of DbSyncAdapter objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DbSyncAdapter>
Microsoft.Synchronization.Data.DbSyncAdapterCollection
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public NotInheritable Class DbSyncAdapterCollection _
Inherits Collection(Of DbSyncAdapter)
'Usage
Dim instance As DbSyncAdapterCollection
public sealed class DbSyncAdapterCollection : Collection<DbSyncAdapter>
public ref class DbSyncAdapterCollection sealed : public Collection<DbSyncAdapter^>
[<SealedAttribute>]
type DbSyncAdapterCollection =
class
inherit Collection<DbSyncAdapter>
end
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>
The DbSyncAdapterCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncAdapterCollection | Initializes a new instance of the DbSyncAdapterCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Item[Int32] | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Item[String] | Gets a DbSyncAdapter object from the collection when given a table name. |
![]() |
Items | (Inherited from Collection<DbSyncAdapter>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Clear | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
ClearItems | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Contains(String) | Determines whether a specific DbSyncAdapter object is in the collection when given a table name. |
![]() |
Contains(T) | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
CopyTo | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf(String) | Searches for a DbSyncAdapter object when given a table name, and returns the zero-based index of the first occurrence within the whole collection. |
![]() |
IndexOf(T) | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
Insert | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
InsertItem | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove(String) | Removes the first occurrence of a DbSyncAdapter object from the collection when given a table name. |
![]() |
Remove(T) | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
RemoveAt | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
RemoveItem | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
SetItem | (Inherited from Collection<DbSyncAdapter>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<DbSyncAdapter>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<DbSyncAdapter>.) |
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)