Generator.Collation-Eigenschaft

Ruft die Sortierreihenfolge oder linguistisch korrekte Sortierung dieser Spalte ab oder legt diese fest.

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

Syntax

'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Collation, Visible := False)> _
Public Property Collation As String
    Get
    Set
[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);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Collation, Visible = false)>]
member Collation : string with get, set
function get Collation () : String
function set Collation (value : String)

Eigenschaftswert

Typ: System.String
Ein T:System.String, der die Sortierreihenfolge der Spalte enthält.

Hinweise

Diese Eigenschaft wird mit dem benannten InputAttribute-Parameter und dem benannten AutoAssignedInput-Parameter ergänzt.

.NET Framework-Sicherheit

Siehe auch

Referenz

Generator Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace