Sdílet prostřednictvím


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 _
)
public SyncTableInfo (
    string tableName,
    string description
)
public:
SyncTableInfo (
    String^ tableName, 
    String^ description
)
public SyncTableInfo (
    String tableName, 
    String description
)
public function SyncTableInfo (
    tableName : String, 
    description : String
)

Parameters

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncTableInfo Class
SyncTableInfo Members
Microsoft.Synchronization.Data Namespace