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 the collection of parameter sets that are associated with the tables used by this adapter.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<SqlSyncProviderAdapterParameters>
Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParametersCollection
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderAdapterParametersCollection _
Inherits Collection(Of SqlSyncProviderAdapterParameters)
'Usage
Dim instance As SqlSyncProviderAdapterParametersCollection
[SerializableAttribute]
public class SqlSyncProviderAdapterParametersCollection : Collection<SqlSyncProviderAdapterParameters>
[SerializableAttribute]
public ref class SqlSyncProviderAdapterParametersCollection : public Collection<SqlSyncProviderAdapterParameters^>
[<SerializableAttribute>]
type SqlSyncProviderAdapterParametersCollection =
class
inherit Collection<SqlSyncProviderAdapterParameters>
end
public class SqlSyncProviderAdapterParametersCollection extends Collection<SqlSyncProviderAdapterParameters>
The SqlSyncProviderAdapterParametersCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlSyncProviderAdapterParametersCollection | Initializes a new instance of the SqlSyncProviderAdapterParametersCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
![]() |
Item[Int32] | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
![]() |
Item[String] | An indexer property that gets the parameters that are associated with the specified table. |
![]() |
Items | (Inherited from Collection<SqlSyncProviderAdapterParameters>.) |
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)