Freigeben über


DataSchemaModelConstructor.Collation-Eigenschaft

Ruft die Modellsortierung ab bzw. legt sie fest.

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

Syntax

'Declaration
Public Property Collation As ModelCollation
    Get
    Set
public ModelCollation Collation { get; set; }
public:
property ModelCollation^ Collation {
    ModelCollation^ get ();
    void set (ModelCollation^ value);
}
member Collation : ModelCollation with get, set
function get Collation () : ModelCollation
function set Collation (value : ModelCollation)

Eigenschaftswert

Typ: Microsoft.Data.Schema.SchemaModel.ModelCollation
Gibt eine ModelCollation zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModelConstructor Klasse

Microsoft.Data.Schema.SchemaModel-Namespace