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 the name, including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public ReadOnly Property LocalName As String
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As String
value = instance.LocalName
public string LocalName { get; }
public:
property String^ LocalName {
String^ get ();
}
/** @property */
public String get_LocalName ()
public function get LocalName () : String
Property Value
The name that the local node in a synchronization topology uses to identify a table.
See Also
Reference
SqlSyncTableProvisioning Class
SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace