Compartir a través de


TableName Propiedad

Obtiene o establece el nombre del objeto SyncTable.

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 SyncTableMetadata
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 del objeto SyncTable.

Vea también

Referencia

SyncTableMetadata Clase

SyncTableMetadata Miembros

Microsoft.Synchronization.Data Espacio de nombres