Questione : Come ottenere tutti i nomi del luogo sotto un sitecollection

Ciao tutti, la necessità del

I ottenere la lista di tutti i luoghi sotto la miei accumulazione ed io del luogo hanno usato il codice allegato per fare questo. Il codice funziona benissimo per tutti i luoghi del livello superiore. Ma lo SPWebCollection non sembra avere i luoghi sotto i luoghi del livello superiore. il
How può i luoghi nell'ambito del class= " lineNumbers " >
1 del >
using (oWebsite di SPWeb = nuovo SPSite (requestSiteUrl) .OpenWeb ())
{
    collWebsite di SPWebCollection = oWebsite.Webs;

    foreach (subSite di SPWeb nel collWebsite)
    {
        DoSomething (subSite.Title);
    }
}
class= > " libero " di 
class= del

Risposta : Come ottenere tutti i nomi del luogo sotto un sitecollection

sembrate volere una SOMMA () e non AVG () anche.?
1:
2:
3:
4:
5:
6:
7:
8:
SELEZIONARE  t.Account
      , AVG (t.Count) COME AvgCount
      , SOMMA (t.Count) COME SumCount
      , (Datename (ww, getdate ()) + '  ''' + Datename (yy, getdate ())) come periodo
 Da tblHFBYACC t       
 DOVE Datename (anno, getdate ()) >= (Datename (anno, getdate ()) + (DatePart (ww, getdate ()) - 1) - 52)
 GRUPPO  da t.Account
Altre soluzioni  
 
programming4us programming4us