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 SqlSyncTableProvisioning objects.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<SqlSyncTableProvisioning>
Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioningCollection
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Class SqlSyncTableProvisioningCollection _
Inherits Collection(Of SqlSyncTableProvisioning)
'Usage
Dim instance As SqlSyncTableProvisioningCollection
public class SqlSyncTableProvisioningCollection : Collection<SqlSyncTableProvisioning>
public ref class SqlSyncTableProvisioningCollection : public Collection<SqlSyncTableProvisioning^>
type SqlSyncTableProvisioningCollection =
class
inherit Collection<SqlSyncTableProvisioning>
end
public class SqlSyncTableProvisioningCollection extends Collection<SqlSyncTableProvisioning>
The SqlSyncTableProvisioningCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlSyncTableProvisioningCollection | Initializes a new instance of the SqlSyncTableProvisioningCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() |
Item[Int32] | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() |
Item[String] | An indexer property that gets a SqlSyncTableProvisioning object with the specified table name from the collection. |
![]() |
Items | (Inherited from Collection<SqlSyncTableProvisioning>.) |
Top
Methods
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<SqlSyncTableProvisioning>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<SqlSyncTableProvisioning>.) |
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)