Поделиться через


ModelCollationComparer Constructor

Initializes a new instance of the ModelCollationComparer class by using the provided collation.

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

Syntax

'Declaration
Public Sub New ( _
    collation As ModelCollation _
)
public ModelCollationComparer(
    ModelCollation collation
)
public:
ModelCollationComparer(
    ModelCollation^ collation
)
new : 
        collation:ModelCollation -> ModelCollationComparer
public function ModelCollationComparer(
    collation : ModelCollation
)

Parameters

.NET Framework Security

See Also

Reference

ModelCollationComparer Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelCollation