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 DbSyncScopeMetadata class by using a scope object parameter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
other As DbSyncScopeMetadata _
)
'Usage
Dim other As DbSyncScopeMetadata
Dim instance As New DbSyncScopeMetadata(other)
public DbSyncScopeMetadata (
DbSyncScopeMetadata other
)
public:
DbSyncScopeMetadata (
DbSyncScopeMetadata^ other
)
public DbSyncScopeMetadata (
DbSyncScopeMetadata other
)
public function DbSyncScopeMetadata (
other : DbSyncScopeMetadata
)
Parameters
- other
A DbSyncScopeMetadata object that contains metadata for another DbSyncScope object.
Remarks
See Also
Reference
DbSyncScopeMetadata Class
DbSyncScopeMetadata Members
Microsoft.Synchronization.Data Namespace