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.
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. |