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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.