SPBackupRestoreObject.AddChild-Methode (IBackupRestore)
Die Komponente, die durch diese SPBackupRestoreObjectdargestellt hinzugefügt eine untergeordnete Komponente.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function AddChild ( _
component As IBackupRestore _
) As SPBackupRestoreObject
'Usage
Dim instance As SPBackupRestoreObject
Dim component As IBackupRestore
Dim returnValue As SPBackupRestoreObject
returnValue = instance.AddChild(component)
public SPBackupRestoreObject AddChild(
IBackupRestore component
)
Parameter
component
Typ: Microsoft.SharePoint.Administration.Backup.IBackupRestoreDie Komponente als untergeordnetes Element hinzugefügt werden soll.
Rückgabewert
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject
Eine SPBackupRestoreObject , die die untergeordnete Komponente darstellt.