Share via


Generator.Collation Property

Gets or sets the collation, or linguistically appropriate sorting, of this column.

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

Syntax

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

value = instance.Collation

instance.Collation = value
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Collation, Visible = false)]
public string Collation { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Collation, Visible = false)]
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
function get Collation () : String
function set Collation (value : String)
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Collation, Visible = false)>]
member Collation : string with get, set

Property Value

Type: System.String
A String that contains the collation of the column.

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