SqlCeSyncTableProvisioning.LocalName Property
Gets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public ReadOnly Property LocalName As String
'Usage
Dim instance As SqlCeSyncTableProvisioning
Dim value As String
value = instance.LocalName
public string LocalName { get; }
public:
property String^ LocalName {
String^ get ();
}
/** @property */
public String get_LocalName ()
public function get LocalName () : String
Property Value
The name that the local node in a synchronization topology uses to identify a table.
See Also
Reference
SqlCeSyncTableProvisioning Class
SqlCeSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServerCe Namespace