Share via


SPWebSequence.ContentDatabase property

Property for typed upgradable object.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ContentDatabase As SPContentDatabase
    Get
'Usage
Dim instance As SPWebSequence
Dim value As SPContentDatabase

value = instance.ContentDatabase
public SPContentDatabase ContentDatabase { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPContentDatabase
An SPContentDatabase object that represents the content db the site belongs to.

See also

Reference

SPWebSequence class

SPWebSequence members

Microsoft.SharePoint.Upgrade namespace