VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / DeactivateSyncService Method
Table name the sync service is being deactivated for


In This Topic
    DeactivateSyncService Method
    In This Topic
    Restructure table in order to exclude meta information allowing sync service to work
    Syntax
    'Declaration
     
    
    Sub DeactivateSyncService( _
       ByVal tableName As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim tableName As System.String
     
    instance.DeactivateSyncService(tableName)
    void DeactivateSyncService( 
       System.string tableName
    )

    Parameters

    tableName
    Table name the sync service is being deactivated for
    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