Vraag : Hoe te om alle plaatsnamen onder een sitecollection te krijgen

Hallo allen,/>I behoefte

How kan de plaatsen onder
1:
2:
3:
4:
5:
6:
7:
8:
9:
using
{
    SPWebCollection collWebsite = oWebsite.Webs;

    foreach (SPWeb subSite in collWebsite)
    {
        DoSomething (subSite.Title);
    }
}

Antwoord : Hoe te om alle plaatsnamen onder een sitecollection te krijgen

u schijnt om een SOM () en niet AVG () ook te willen.?
1:
2:
3:
4:
5:
6:
7:
8:
SELECTEER  t.Account
      , AVG (t.Count) ALS AvgCount
      , SOM (t.Count) ALS SumCount
      , (Datename (ww, getdate ()) + '  ''' + Datename (yy, getdate ())) als Periode
 VAN tblHFBYACC t       
 WAAR Datename (Jaar, getdate ()) >= (Datename (Jaar, getdate ()) + (DatePart (ww, getdate ()) - 1) - 52)
 GROEP DOOR  t.Account
Andere oplossingen  
 
programming4us programming4us