Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.UnquotedTrackingTableName
public string UnquotedTrackingTableName { get; }
public:
property String^ UnquotedTrackingTableName {
String^ get ();
}
member UnquotedTrackingTableName : string
function get UnquotedTrackingTableName () : String
Property Value
Type: System.String
The name of the tracking table for a specific base table.