SPContentDatabaseCollection.Add-Methode (SPContentDatabase)
Fügt eine Inhaltsdatenbank zur Auflistung von Datenbanken, die durch das übergeordnete Webanwendung verwendet werden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
database As SPContentDatabase _
)
'Usage
Dim instance As SPContentDatabaseCollection
Dim database As SPContentDatabase
instance.Add(database)
public void Add(
SPContentDatabase database
)
Parameter
database
Typ: Microsoft.SharePoint.Administration.SPContentDatabaseEin SPContentDatabase -Objekt, die Inhaltsdatenbank hinzufügen darstellt.
Siehe auch
Referenz
SPContentDatabaseCollection Klasse