Compartir a través de


TableName Propiedad

Obtiene o establece el nombre de la tabla que está en proceso de sincronización.

Espacio de nombres:  Microsoft.Synchronization.Data
Ensamblado:  Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)

Sintaxis

'Declaración
Public Property TableName As String
    Get
    Set
'Uso
Dim instance As DbSyncTableProgress
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);
}
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
El nombre de la tabla que está en proceso de sincronización.

Vea también

Referencia

DbSyncTableProgress Clase

DbSyncTableProgress Miembros

Microsoft.Synchronization.Data Espacio de nombres