SQLDMO应用——3.1获取局域网可用服务器列表[3]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 luyiping 的 blog

        {
            
forint i = 1; i <= iserverlist.count; i++
 )
            
{
                altemp.add( iserverlist.item(i).tostring() );
            }
                
         }

        
return altemp;
    }

    
catch

本文关键:SQLDMO应用——3.1获取局域网可用服务器列表
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top