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.
Maps a column in a server table to the corresponding column in a client table.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.Server.SyncColumnMapping
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Class SyncColumnMapping
'Usage
Dim instance As SyncColumnMapping
public class SyncColumnMapping
public ref class SyncColumnMapping
type SyncColumnMapping = class end
public class SyncColumnMapping
The SyncColumnMapping type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyncColumnMapping() | Initializes a new instance of the SyncColumnMapping class by using default values. |
![]() |
SyncColumnMapping(String, String) | Initializes a new instance of the SyncColumnMapping class by using server column and client column parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ClientColumn | Gets or sets the name of the client column. |
![]() |
ServerColumn | Gets or sets the name of the server column. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the column mapping in the SyncColumnMappingCollection. (Overrides Object.ToString().) |
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)