<< Click to Display Table of Contents >>
GetConnectionKeyItemNames
Connection URL에 필요한 아이템 이름을 가져옵니다.
Prototype
array GetConnectionKeyItemNames()
Example
var dst = This.GetDataStore();
var ConnectionKeyItemNames = new Array();
ConnectionKeyItemNames = dst.GetConnectionKeyItemNames();