SyncTableMetadata Constructor (String, SyncDirection)

Initializes a new instance of the SyncTableMetadata class by using a table name and synchronization direction parameters.

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

public:
SyncTableMetadata(
	String^ tableName, 
	SyncDirection direction
)

Parameters

tableName
Type: System::String
The name of the SyncTable.
direction
Type: Microsoft.Synchronization.Data::SyncDirection
A SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Show: