Collation 属性

Gets the ICollation object that identifies the collation used by the column.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Collation As ICollation
    Get
用法
Dim instance As IColumn
Dim value As ICollation

value = instance.Collation
ICollation Collation { get; }
property ICollation^ Collation {
    ICollation^ get ();
}
abstract Collation : ICollation
function get Collation () : ICollation

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICollation
The ICollation object that identifies the collation used by the column.