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) _
)
'Usage
Dim tablesInfo As Collection(Of SyncTableInfo)
Dim instance As New SyncServerInfo(tablesInfo)
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.
Remarks
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace