SyncServerInfo Constructor

Initializes a new instance of the SyncServerInfo class.

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

Syntax

'Declaration
Public Sub New ( _
    tablesInfo As Collection(Of SyncTableInfo) _
)
'Usage
Dim tablesInfo As Collection(Of SyncTableInfo)

Dim instance As New SyncServerInfo(tablesInfo)
public SyncServerInfo(
    Collection<SyncTableInfo> tablesInfo
)
public:
SyncServerInfo(
    Collection<SyncTableInfo^>^ tablesInfo
)
new : 
        tablesInfo:Collection<SyncTableInfo> -> SyncServerInfo
public function SyncServerInfo(
    tablesInfo : Collection<SyncTableInfo>
)

Parameters

See Also

Reference

SyncServerInfo Structure

Microsoft.Synchronization.Data Namespace