共用方式為


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 命名空間