Compartir a través de


TableName Propiedad

Obtiene o establece el nombre de la tabla para la que falta un comando.

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 DbMissingCommandException
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 para la que falta un comando.

Vea también

Referencia

DbMissingCommandException Clase

DbMissingCommandException Miembros

Microsoft.Synchronization.Data Espacio de nombres