<< Click to Display Table of Contents >>
SetConnectionKeyItem
지정한 아이템 이름의 아이템 값을 설정합니다.
Prototype
void SetConnectionKeyItem(string ConnectionKeyItemName, string ConnectionKeyItemValue)
Parameters
ConnectionKeyItemName |
아이템 이름 |
ConnectionKeyItemValue |
아이템 값 |
Example
var dst = This.GetDataStore();
dst.SetConnectionKeyItem("Item1", "Value1");