Generator.TableName (Propiedad)

Obtiene o establece el nombre de la tabla a la que pertenece la columna.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
<InputAttribute(AutoAssignedInput := AutoAssignedInput.TableName, ReadOnly := True,  _
    Visible := False)> _
Public Property TableName As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.TableName, ReadOnly = true, 
    Visible = false)]
public string TableName { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::TableName, ReadOnly = true, 
    Visible = false)]
public:
property String^ TableName {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.TableName, ReadOnly = true, 
    Visible = false)>]
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)

Valor de propiedad

Tipo: System.String
Nombre de la tabla.

Comentarios

Esta propiedad se decora con los parámetros con nombre InputAttribute y AutoAssignedInput.

Seguridad de .NET Framework

Vea también

Referencia

Generator Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

InputAttribute

AutoAssignedInput