Freigeben über


Site.DeleteMigrationJob-Methode

Diese Methode löscht den Migration Auftrag erstellte CreateMigrationJob. Der Auftrag wird durch die Id, die aus diesem Anruf identifiziert.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function DeleteMigrationJob ( _
    id As Guid _
) As ClientResult(Of Boolean)
'Usage
Dim instance As Site
Dim id As Guid
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.DeleteMigrationJob(id)
public ClientResult<bool> DeleteMigrationJob(
    Guid id
)

Parameter

  • id
    Typ: System.Guid

    Die ID des Projekts, das Sie löschen möchten. Dies ist die ID von CreateMigrationJobzurückgegeben.

Rückgabewert

Typ: Microsoft.SharePoint.Client.ClientResult<Boolean>
Gibt Erfolg oder Fehler an.

Siehe auch

Referenz

Site Klasse

Site-Member

Microsoft.SharePoint.Client-Namespace