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 the name, not 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 UnquotedLocalName As String
Get
'Usage
Dim instance As SqlCeSyncTableProvisioning
Dim value As String
value = instance.UnquotedLocalName
public string UnquotedLocalName { get; }
public:
property String^ UnquotedLocalName {
String^ get ();
}
member UnquotedLocalName : string
function get UnquotedLocalName () : String
Property Value
Type: System.String
The name that the local node in a synchronization topology uses to identify a table.