AlterTableAlterColumnStatement.Collation 属性

获取或设置排序规则标识符。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Collation As Identifier
    Get
    Set
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.Data.Schema.ScriptDom.Sql.Identifier

实现

ICollationSetter.Collation

.NET Framework 安全性

请参见

参考

AlterTableAlterColumnStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间