Share via


Generator.ColumnName Property

Gets or sets the column name.

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

Syntax

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

Property Value

Type: System.String
The column name.

Remarks

This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.

.NET Framework Security

See Also

Reference

Generator Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputAttribute

AutoAssignedInput