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
- collation
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
A ModelCollation object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.