共用方式為


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.