Свойство AlterTableAlterColumnStatement.Collation

Gets or sets the collation identifier.

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

Синтаксис

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

value = instance.Collation

instance.Collation = value
public Identifier Collation { get; set; }
public:
virtual property Identifier^ Collation {
    Identifier^ get () sealed;
    void set (Identifier^ value) sealed;
}
abstract Collation : Identifier with get, set 
override Collation : Identifier with get, set
final function get Collation () : Identifier 
final function set Collation (value : Identifier)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The collation identifier.

См. также

Справочник

AlterTableAlterColumnStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom