Propriété SchemaException.TableName
Obtient ou définit le nom de la table pour laquelle l'erreur s'est produite.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property TableName As String
'Utilisation
Dim instance As SchemaException
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)
Valeur de propriété
Nom de la table pour laquelle l'erreur s'est produite.
Voir aussi
Référence
Classe SchemaException
Membres SchemaException
Espace de noms Microsoft.Synchronization.Data