Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property LocalName As String
'Usage
Dim instance As DbSyncTableDescription
Dim value As String
value = instance.LocalName
instance.LocalName = value
public string LocalName { get; set; }
public:
property String^ LocalName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LocalName ()
/** @property */
public void set_LocalName (String value)
public function get LocalName () : String
public function set LocalName (value : String)
Property Value
The name that the local node in a synchronization topology uses to identify a table.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace