Propriété SqlSyncAdapterBuilder.TombstoneTableName
Obtient ou définit le nom de la table tombstone utilisée pour synchroniser les suppressions.
Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)
Syntaxe
'Déclaration
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneTableName As String
'Utilisation
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.TombstoneTableName
instance.TombstoneTableName = value
[DefaultValueAttribute(null)]
public string TombstoneTableName { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property String^ TombstoneTableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TombstoneTableName ()
/** @property */
public void set_TombstoneTableName (String value)
public function get TombstoneTableName () : String
public function set TombstoneTableName (value : String)
Valeur de propriété
Nom de la table tombstone.
Exemple
Pour obtenir un exemple de code, consultez SqlSyncAdapterBuilder.
Voir aussi
Référence
Classe SqlSyncAdapterBuilder
Membres SqlSyncAdapterBuilder
Espace de noms Microsoft.Synchronization.Data.Server