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.
Gets or sets the name of the server column.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Property ServerColumn As String
Get
Set
'Usage
Dim instance As SyncColumnMapping
Dim value As String
value = instance.ServerColumn
instance.ServerColumn = value
public string ServerColumn { get; set; }
public:
property String^ ServerColumn {
String^ get ();
void set (String^ value);
}
member ServerColumn : string with get, set
function get ServerColumn () : String
function set ServerColumn (value : String)
Property Value
Type: System.String
The name of the column in the server database.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | value is used by another SyncColumnMapping object in the parent SyncColumnMappingCollection object. |