コード例 #1
0
        public IDTSCustomProperty100 NewAt(int lIndex)
        {
            CustomPropertyTestImpl property = new CustomPropertyTestImpl();

            properties.Insert(lIndex, property);

            return(property);
        }
コード例 #2
0
        public IDTSCustomProperty100 New()
        {
            CustomPropertyTestImpl property = new CustomPropertyTestImpl();

            properties.Add(property);

            return(property);
        }