Share via


Generator.ColumnName Property

Gets or sets the column name.

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

Syntax

'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.ColumnName, ReadOnly := True,  _
    Visible := False)> _
Public Property ColumnName As String
'Usage
Dim instance As Generator 
Dim value As String 

value = instance.ColumnName

instance.ColumnName = value
[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);
}
public function get ColumnName () : String 
public function set ColumnName (value : String)

Property Value

Type: System.String
A String that contains the column name.

Remarks

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

.NET Framework Security

See Also

Reference

Generator Class

Generator Members

Microsoft.Data.Schema.DataGenerator Namespace