Freigeben über


UserInteractionServices.GetModelCollation-Methode

Gibt ein ModelCollation-Objekt für die bereitgestellte Kultur-ID und Angaben zur Groß- und Kleinschreibung zurück.

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

Syntax

'Declaration
Public Shared Function GetModelCollation ( _
    lcid As Integer, _
    caseSensitive As Boolean _
) As ModelCollation
public static ModelCollation GetModelCollation(
    int lcid,
    bool caseSensitive
)
public:
static ModelCollation^ GetModelCollation(
    int lcid, 
    bool caseSensitive
)
static member GetModelCollation : 
        lcid:int * 
        caseSensitive:bool -> ModelCollation 
public static function GetModelCollation(
    lcid : int, 
    caseSensitive : boolean
) : ModelCollation

Parameter

  • lcid
    Typ: System.Int32
    Ein int, das die ID der Kultur darstellt.
  • caseSensitive
    Typ: System.Boolean
    true , um die Beachtung der Groß-/Kleinschreibung anzugeben; false, um die Beachtung der Groß-/Kleinschreibung nicht anzugeben.

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.ModelCollation
Die angeforderte Sortierreihenfolge.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

Microsoft.Data.Schema-Namespace

ModelCollation