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


Свойство UserDefinedDataType.Collation

Gets the collation assigned to the user-defined data type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property Collation As String 
    Get
'Применение
Dim instance As UserDefinedDataType 
Dim value As String 

value = instance.Collation
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string Collation { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ Collation {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member Collation : string
function get Collation () : String

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

Тип: System.String
A String value that specifies the collation used by the user-defined data type.

Замечания

The default collation is defined at a Server object level; however, individual columns and user-defined data types can have specific collations. A table that contains columns in languages with different alphabets require different collations on different columns, for example.

Примеры

Работа с типами данных

См. также

Справочник

UserDefinedDataType Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Типы данных (компонент Database Engine)

CREATE TYPE (Transact-SQL)