dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / Tables Property

On this page
    Tables Property (SyncScopeProvisioning)
    On this page
    Gets a collection of SyncTableProvisioning objects that represent the provisioning of database tables.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tables As SyncTableProvisioningCollection
    public SyncTableProvisioningCollection Tables {get;}

    Property Value

    A collection of SyncTableProvisioning objects that represent the provisioning of database tables.
    See Also