SqlSyncTableProvisioning::UnquotedLocalName Property

Gets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property String^ UnquotedLocalName {
	String^ get ();
}

Property Value

Type: System::String
The name that the local node in a synchronization topology uses to identify a table.
Show: