Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der DbSyncScopeMetadata-Klasse unter Verwendung eines Parameters für ein Bereichsobjekt.
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
)
Parameter
- other
Typ: Microsoft.Synchronization.Data. . :: . .DbSyncScopeMetadata
Ein DbSyncScopeMetadata-Objekt, das Metadaten für ein anderes DbSyncScope-Objekt enthält.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | other ist NULL. |