Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As DbSyncTableDescription
Dim value As Boolean
value = instance.IsTableMapped
public bool IsTableMapped { get; }
public:
property bool IsTableMapped {
bool get ();
}
member IsTableMapped : bool
function get IsTableMapped () : boolean
Property Value
Type: System.Boolean
false if GlobalName and LocalName are the same; otherwise true.