中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

ASP CompareMode 屬性


Dictionary 對象參考手冊 完整的 Dictionary 對象參考手冊

CompareMode 屬性設置或返回在 Dictionary 對象中的比較鍵的比較模式。

語法

DictionaryObject.CompareMode[=compare]
參數 描述
compare 可選的。規(guī)定比較模式。

可采用下列值之一:

0 = vbBinaryCompare?-?二進制比較
1 = vbTextCompare - 文本比較
2 = vbDatabaseCompare - 數據庫比較

實例

<%
dim d
set d=Server.CreateObject("Scripting.Dictionary")
d.CompareMode=1
d.Add "n","Norway"
d.Add "i","Italy"

'The Add method will fail on the line below!

d.Add "I","Ireland" 'The letter i already exists
%>

Dictionary 對象參考手冊 完整的 Dictionary 對象參考手冊其他擴展