Share via


DbSyncTableDescription.UnquotedLocalName Property

Gets or sets the name, not 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 ReadOnly Property UnquotedLocalName As String
'Usage
Dim instance As DbSyncTableDescription
Dim value As String

value = instance.UnquotedLocalName
public string UnquotedLocalName { get; }
public:
property String^ UnquotedLocalName {
    String^ get ();
}
/** @property */
public String get_UnquotedLocalName ()
public function get UnquotedLocalName () : 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