Propriedade SyncTableProgress.TableName
Obtém ou define o nome de SyncTable.
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 SyncTableProgress
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 de SyncTable.
Consulte também
Referência
Classe SyncTableProgress
Membros SyncTableProgress
Namespace Microsoft.Synchronization.Data