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


Свойство RegionalSettings.Collation

Gets and sets the collation that is used on the site.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Property Collation As Short
    Get
    Set
'Применение
Dim instance As RegionalSettings
Dim value As Short

value = instance.Collation

instance.Collation = value
public short Collation { get; set; }

Значение свойства

Тип: System.Int16
The collation.

Замечания

A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.

The following table shows possible values for the Collation property and the regions or language groups to which they apply.

Value

Description

0

Albanian

1

Arabic

2

Chinese Pronunciation

3

Chinese Stroke Count

4

Chinese (Traditional) Bopomofo

5

Chinese (Traditional) Stroke Count

6

Croatian

7

Cyrillic

8

Czech

9

Danish/Norwegian

10

Estonian

11

Finnish/Swedish

12

French

13

Georgian Modern

14

German Phone Book

15

Greek

16

Hebrew

17

Hindi

18

Hungarian

19

Hungarian Technical

20

Icelandic

21

Japanese

22

Japanese Unicode

23

Korean

24

Korean Unicode

25

General

26

Latvian

27

Lithuanian

28

Lithuanian Classic

29

Spanish Traditional

30

Spanish Modern

31

Polish

32

Romanian

33

Slovak

34

Slovenian

35

Thai

36

Turkish

37

Ukrainian

38

Vietnamese

См. также

Справочные материалы

RegionalSettings класс

Элементы RegionalSettings

Пространство имен Microsoft.SharePoint.Client