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 SyncSchemaColumn objects.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.SyncSchemaColumns
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SyncSchemaColumns
'Usage
Dim instance As SyncSchemaColumns
public class SyncSchemaColumns
public ref class SyncSchemaColumns
type SyncSchemaColumns = class end
public class SyncSchemaColumns
The SyncSchemaColumns type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of SyncSchemaColumn objects in the collection. |
![]() |
Item[Int32] | Gets a SyncSchemaColumn object from the collection at the specified index. |
![]() |
Item[String] | Gets a SyncSchemaColumn object from the collection when given a column name. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add(String) | Adds a SyncSchemaColumn object with the specified column name to the end of the collection. |
![]() |
Add(String, Type) | Adds a SyncSchemaColumn object with the specified column name and data type to the end of the collection. |
![]() |
CanRemove | Determines whether a specific SyncSchemaColumn object can be removed from the collection. |
![]() |
Contains | Determines whether a SyncSchemaColumn object with the specified name is in the collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection. |
![]() |
ToString | (Inherited from Object.) |
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)