<< Click to Display Table of Contents >>
GetFileName
ODI 파일 이름을 가져옵니다.
Prototype
string GetFileName()
Example
var dm = This.GetDataModule();
var FileName = dm.GetFileName();