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 or sets the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property LocalName As String
Get
Set
'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);
}
member LocalName : string with get, set
function get LocalName () : String
function set LocalName (value : String)
Property Value
Type: System.String
The name that the local node in a synchronization topology uses to identify a table.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
| ArgumentException | value is empty. |