Unable to get correct dataset count via powershell script

前端 未结 0 356
长发绾君心
长发绾君心 2020-12-02 20:45

I have written the following script (adding extract):

$count = 0
    Write-host $sqlData.Count
        ForEach ($Table in $sqlData.Tables)
            {
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题