TableName Propiedad
Obtiene o establece el nombre de la tabla en la cual se produjo el error.
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 DbMetadataSyncException
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
Nombre de la tabla en la cual se produjo el error.