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