dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioningCollection Class / Item Property / Item(String) Property
The name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table, the SyncTableProvisioning object for which to retrieve.

In This Topic
    Item(String) Property
    In This Topic
    An indexer property that gets the SyncTableProvisioning object, corresponding to the provisioned table with the specified name, in the collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal globalTableName As String _
    ) As SyncTableProvisioning
    public SyncTableProvisioning Item( 
       string globalTableName
    ) {get;}

    Parameters

    globalTableName
    The name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table, the SyncTableProvisioning object for which to retrieve.

    Property Value

    The SyncTableProvisioning object, corresponding to the provisioned table with the specified name, in the collection. Null if there is no SyncTableProvisioning object, corresponding to the table with such a name, in the collection.
    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