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


DataSchemaModelHeader.Collation Property

Gets or sets the collation that is used by the header.

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

Syntax

'Declaration
Public Property Collation As ModelCollation
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)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
The model collation for the header.

.NET Framework Security

See Also

Reference

DataSchemaModelHeader Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelCollation