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 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
Get
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As String
value = instance.LocalName
public string LocalName { get; }
public:
property String^ LocalName {
String^ get ();
}
member LocalName : string
function get LocalName () : String
Property Value
Type: System.String
The name that the local node in a synchronization topology uses to identify a table.