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)

public:
DbSyncScopeMetadata(
	DbSyncScopeMetadata^ other
)

Parameters

other
Type: Microsoft.Synchronization.Data::DbSyncScopeMetadata
A DbSyncScopeMetadata object that contains metadata for another DbSyncScope object.

ExceptionCondition
ArgumentNullException

other is a nullptr.

Show: