Pytanie : Dlaczego wszystkie the miejsce imię pod sitecollection

Cześć to,

I potrzeba the lista wszystkie the miejsce pod mój miejsce kolekcja i i używać the dołączać kod to. The kod pracować świetnie dla the wszystkie the na najwyższym szczeblu miejsce. Ale the SPWebCollection wydawać się the miejsce pod the na najwyższym szczeblu miejsce.
How móc the miejsce pod the
1:
2:
3:
4:
5:
6:
7:
8:
9:
using (SPWeb oWebsite = nowy SPSite (requestSiteUrl) .OpenWeb ())
{
    SPWebCollection collWebsite = oWebsite.Webs;

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

Odpowiedź : Dlaczego wszystkie the miejsce imię pod sitecollection

ty wydawać się SUMA () i nie AVG () także.?
(1):
2:
3:
4:
5:
6:
7:
8:
WYBRANY  t.Account
      , AVG (t.Count) JAKO AvgCount
      , SUMA (t.Count) JAKO SumCount
      , (Datename (ww, getdate ()) + '  ''' + Datename (yy, getdate ())) jako Okres
 OD tblHFBYACC t       
 DOKĄD Datename (Rok, getdate ()) >= (Datename (Rok, getdate ()) + (DatePart (ww, getdate ()) - 1) - 52)
 GRUPA  T.Account
Inne rozwiązania  
 
programming4us programming4us