ColumnDefinitionBase.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 ColumnDefinitionBase 
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.

请参阅

参考

ColumnDefinitionBase 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间