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 column in the local database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property LocalColumn As String
Get
Set
'Usage
Dim instance As DbSyncColumnMapping
Dim value As String
value = instance.LocalColumn
instance.LocalColumn = value
public string LocalColumn { get; set; }
public:
property String^ LocalColumn {
String^ get ();
void set (String^ value);
}
member LocalColumn : string with get, set
function get LocalColumn () : String
function set LocalColumn (value : String)
Property Value
Type: System.String
The name of the column in the local database.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | value is not a unique column name. |