Share via


TombstoneTableName propriété

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
Public Property TombstoneTableName As String
    Get
    Set
'Utilisation
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.TombstoneTableName

instance.TombstoneTableName = value
public string TombstoneTableName { get; set; }
public:
property String^ TombstoneTableName {
    String^ get ();
    void set (String^ value);
}
member TombstoneTableName : string with get, set
function get TombstoneTableName () : String
function set TombstoneTableName (value : String)

Valeur de la propriété

Type : System. . :: . .String
Nom de la table tombstone.

Exceptions

Exception Condition
ArgumentNullException

value est une null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .

Exemples

Pour obtenir un exemple de code, consultez SqlSyncAdapterBuilder.

Voir aussi

Référence

SqlSyncAdapterBuilder Classe

Membres SqlSyncAdapterBuilder

Espace de noms Microsoft.Synchronization.Data.Server