Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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