DbSyncTableDescription Constructor (String)

Initializes a new instance of the DbSyncTableDescription class for the specified table name.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    tableName As String _
)
'Usage
Dim tableName As String

Dim instance As New DbSyncTableDescription(tableName)
public DbSyncTableDescription(
    string tableName
)
public:
DbSyncTableDescription(
    String^ tableName
)
new : 
        tableName:string -> DbSyncTableDescription
public function DbSyncTableDescription(
    tableName : String
)

Parameters

  • tableName
    Type: System.String
    The name of the database table, including the schema name if necessary.

See Also

Reference

DbSyncTableDescription Class

DbSyncTableDescription Overload

Microsoft.Synchronization.Data Namespace