Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents a collection of DbSyncTableDescription objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DbSyncTableDescription>
Microsoft.Synchronization.Data.DbSyncTableDescriptionCollection
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncTableDescriptionCollection _
Inherits Collection(Of DbSyncTableDescription)
'Usage
Dim instance As DbSyncTableDescriptionCollection
[SerializableAttribute]
public class DbSyncTableDescriptionCollection : Collection<DbSyncTableDescription>
[SerializableAttribute]
public ref class DbSyncTableDescriptionCollection : public Collection<DbSyncTableDescription^>
[<SerializableAttribute>]
type DbSyncTableDescriptionCollection =
class
inherit Collection<DbSyncTableDescription>
end
public class DbSyncTableDescriptionCollection extends Collection<DbSyncTableDescription>
The DbSyncTableDescriptionCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DbSyncTableDescriptionCollection | Initializes a new instance of the DbSyncTableDescriptionCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<DbSyncTableDescription>.) |
![]() |
Item[Int32] | (Inherited from Collection<DbSyncTableDescription>.) |
![]() |
Item[String] | Gets a DbSyncTableDescription object with the specified name from the collection. |
![]() |
Items | (Inherited from Collection<DbSyncTableDescription>.) |
Top
Methods
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<DbSyncTableDescription>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<DbSyncTableDescription>.) |
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)