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
)
public DbSyncScopeMetadata (
DbSyncScopeMetadata other
)
public function DbSyncScopeMetadata (
other : DbSyncScopeMetadata
)
Parameter
- other
Ein DbSyncScopeMetadata-Objekt, das Metadaten für ein anderes DbSyncScope-Objekt enthält.
Hinweise
Siehe auch
Verweis
DbSyncScopeMetadata-Klasse
DbSyncScopeMetadata-Member
Microsoft.Synchronization.Data-Namespace