Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the name, not including database-specific delimiters, of the tracking table for a specific base table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public ReadOnly Property UnquotedTrackingTableName As String
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.UnquotedTrackingTableName
public string UnquotedTrackingTableName { get; }
public:
property String^ UnquotedTrackingTableName {
String^ get ();
}
/** @property */
public String get_UnquotedTrackingTableName ()
public function get UnquotedTrackingTableName () : String
Property Value
The name of the tracking table for a specific base table.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace