共用方式為


IEdmStringTypeReference.Collation 屬性

取得字串,這個字串表示此字串型別的定序。

命名空間:  Microsoft.Data.Edm
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
ReadOnly Property Collation As String
    Get
'用途
Dim instance As IEdmStringTypeReference
Dim value As String

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

屬性值

型別:System.String
字串,這個字串表示此字串型別的定序。

請參閱

參考

IEdmStringTypeReference 介面

Microsoft.Data.Edm 命名空間