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 SqlSyncProviderAdapterConfiguration objects that can be indexed by the names of their associated tables.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterConfiguration>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterConfigurationCollection
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderAdapterConfigurationCollection _
Inherits Collection(Of SqlSyncProviderAdapterConfiguration)
'Usage
Dim instance As SqlSyncProviderAdapterConfigurationCollection
[SerializableAttribute]
public class SqlSyncProviderAdapterConfigurationCollection : Collection<SqlSyncProviderAdapterConfiguration>
[SerializableAttribute]
public ref class SqlSyncProviderAdapterConfigurationCollection : public Collection<SqlSyncProviderAdapterConfiguration^>
[<SerializableAttribute>]
type SqlSyncProviderAdapterConfigurationCollection =
class
inherit Collection<SqlSyncProviderAdapterConfiguration>
end
public class SqlSyncProviderAdapterConfigurationCollection extends Collection<SqlSyncProviderAdapterConfiguration>
The SqlSyncProviderAdapterConfigurationCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlSyncProviderAdapterConfigurationCollection | Initializes a new instance of the SqlSyncProviderAdapterConfigurationCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
![]() |
Item[Int32] | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
![]() |
Item[String] | An indexer property that gets the SqlSyncProviderAdapterConfiguration object that is associated with the specified table. |
![]() |
Items | (Inherited from Collection<SqlSyncProviderAdapterConfiguration>.) |
Top
Methods
Top
Explicit Interface Implementations
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)