DbSyncTableDescription.LocalName-Eigenschaft
Ruft den Namen mit datenbankspezifischen Trennzeichen ab, der vom lokalen Knoten in einer Synchronisierungstopologie zur Identifizierung einer Tabelle verwendet wird, oder legt ihn fest.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property LocalName As String
'Usage
Dim instance As DbSyncTableDescription
Dim value As String
value = instance.LocalName
instance.LocalName = value
public string LocalName { get; set; }
public:
property String^ LocalName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LocalName ()
/** @property */
public void set_LocalName (String value)
public function get LocalName () : String
public function set LocalName (value : String)
Eigenschaftenwert
Der Name, der vom lokalen Knoten in einer Synchronisierungstopologie verwendet wird, um eine Tabelle zu identifizieren.
Siehe auch
Verweis
DbSyncTableDescription-Klasse
DbSyncTableDescription-Member
Microsoft.Synchronization.Data-Namespace