Share via


SyncTableInfo Constructor (String, String)

Initializes a new instance of the SyncTableInfo class by using table name and description parameters.

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

Syntax

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

Dim instance As New SyncTableInfo(tableName, _
    description)
public SyncTableInfo(
    string tableName,
    string description
)
public:
SyncTableInfo(
    String^ tableName, 
    String^ description
)
new : 
        tableName:string * 
        description:string -> SyncTableInfo
public function SyncTableInfo(
    tableName : String, 
    description : String
)

Parameters

  • tableName
    Type: System.String
    The name of the table as it is set in the corresponding synchronization adapter property, TableName.
  • description
    Type: System.String
    The description of the table as it is set in the corresponding synchronization adapter property, Description.

See Also

Reference

SyncTableInfo Class

SyncTableInfo Overload

Microsoft.Synchronization.Data Namespace