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