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


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

    Parameters

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