次の方法で共有


Site.DeleteMigrationJob メソッド

This method deletes the migration job created by CreateMigrationJob. The job is identified by the id returned from that call.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function DeleteMigrationJob ( _
    id As Guid _
) As ClientResult(Of Boolean)
'使用
Dim instance As Site
Dim id As Guid
Dim returnValue As ClientResult(Of Boolean)

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

パラメーター

  • id
    型: System.Guid

    The ID of the job that you want to delete. This is the ID returned by CreateMigrationJob.

戻り値

型: Microsoft.SharePoint.Client.ClientResult<Boolean>
Indicates success or failure.

関連項目

参照先

Site クラス

Site メンバー

Microsoft.SharePoint.Client 名前空間