Propriedade SyncTableInfo.TableName
Obtém ou define o nome da tabela no servidor que corresponde a uma SyncTable especificada.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public Property TableName As String
'Uso
Dim instance As SyncTableInfo
Dim value As String
value = instance.TableName
instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TableName ()
/** @property */
public void set_TableName (String value)
public function get TableName () : String
public function set TableName (value : String)
Valor da propriedade
O nome da tabela no servidor que corresponde a uma SyncTable especificada.
Consulte também
Referência
Classe SyncTableInfo
Membros SyncTableInfo
Namespace Microsoft.Synchronization.Data