Compartilhar via


Propriedade Generator.TableName

Obtém ou define o nome da tabela à qual a coluna pertence.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: System.String
O nome da tabela.

Comentários

Esta propriedade é decorada com o InputAttribute e o AutoAssignedInput chamado parâmetro.

Segurança do .NET Framework

Consulte também

Referência

Generator Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator

InputAttribute

AutoAssignedInput