Gets the collection of site collections that are represented in the content database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property Sites As SPSiteCollection
Dim instance As SPContentDatabase
Dim value As SPSiteCollection
value = instance.Sites
public SPSiteCollection Sites { get; }
Property Value
An SPSiteCollection object that represents the collection of site collections.