Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DbSyncScope class by using a scope name parameter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New DbSyncScope(name)
public DbSyncScope (
string name
)
public:
DbSyncScope (
String^ name
)
public DbSyncScope (
String name
)
public function DbSyncScope (
name : String
)
Parameters
- name
The name of the synchronization scope.
Remarks
See Also
Reference
DbSyncScope Class
DbSyncScope Members
Microsoft.Synchronization.Data Namespace