Freigeben über


SqlScriptComparerConstructor.Collation-Eigenschaft

Ruft die Modellsortierreihenfolge für das Vergleichen von Bezeichnern ab oder legt diese fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptComparerConstructor Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace