VistaDB 6
VistaDB.DDA Namespace / IVistaDBTableSchema Interface / IsTombstoneTable Property


In This Topic
    IsTombstoneTable Property
    In This Topic
    This table is collection of deleted rows used by database synchronization services. There is no need to manually manipulate this table, it is handled automatically by the VistaDB Engine. The table cannot be altered or deleted manually while marked to be participating in sync services.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsTombstoneTable As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBTableSchema
    Dim value As System.Boolean
     
    value = instance.IsTombstoneTable
    System.bool IsTombstoneTable {get;}
    Remarks
    The table cannot be altered or deleted manually while marked to be participating in sync services.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also