Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the database for which the schema version list is rendered.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Database As SPDatabase
Get
Set
'Usage
Dim instance As SPDatabaseSchemaVersionList
Dim value As SPDatabase
value = instance.Database
instance.Database = value
public SPDatabase Database { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.SPDatabase
Returns an SPDatabase instance.
See Also
Reference
SPDatabaseSchemaVersionList Class