Propriedade SqlSyncAdapterBuilder.TombstoneTableName
Obtém ou define o nome da tabela de marcas de exclusão que é usada para sincronizar exclusões.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneTableName As String
'Uso
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)
Valor da propriedade
O nome da tabela de marcas de exclusão.
Exemplo
Para obter um exemplo de código, consulte SqlSyncAdapterBuilder.
Consulte também
Referência
Classe SqlSyncAdapterBuilder
Membros SqlSyncAdapterBuilder
Namespace Microsoft.Synchronization.Data.Server