Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) _
)
public SyncServerInfo (
Collection<SyncTableInfo> tablesInfo
)
public:
SyncServerInfo (
Collection<SyncTableInfo^>^ tablesInfo
)
public SyncServerInfo (
Collection<SyncTableInfo> tablesInfo
)
public function SyncServerInfo (
tablesInfo : Collection<SyncTableInfo>
)
Parameters
- tablesInfo
A collection of SyncTableInfo objects that contain the name and description of each table.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace