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.
Gets whether GlobalName and LocalName are the same.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property IsTableMapped As Boolean
'Usage
Dim instance As DbSyncTableDescription
Dim value As Boolean
value = instance.IsTableMapped
public bool IsTableMapped { get; }
public:
property bool IsTableMapped {
bool get ();
}
/** @property */
public boolean get_IsTableMapped ()
public function get IsTableMapped () : boolean
Property Value
true if GlobalName and LocalName are the same; otherwise false.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace