SyncTableMetadata.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
'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);
}
/** @property */
public String get_TableName ()
/** @property */
public void set_TableName (String value)
public function get TableName () : String
public function set TableName (value : String)
Valor de la propiedad
El nombre del objeto SyncTable.
Vea también
Referencia
SyncTableMetadata Clase
SyncTableMetadata Miembros
Microsoft.Synchronization.Data Espacio de nombres