DbSyncScopeMetadata Constructor (DbSyncScopeMetadata)

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
)
new : 
        other:DbSyncScopeMetadata -> DbSyncScopeMetadata
public function DbSyncScopeMetadata(
    other : DbSyncScopeMetadata
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

other is a null reference (Nothing in Visual Basic).

See Also

Reference

DbSyncScopeMetadata Class

DbSyncScopeMetadata Overload

Microsoft.Synchronization.Data Namespace