Share via


TeamFoundationServicingService.QueueMoveCollection, méthode (TeamFoundationRequestContext, Guid, Int32, Boolean)

Entrez une collection dans la base de données cible.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Function QueueMoveCollection ( _
    deploymentContext As TeamFoundationRequestContext, _
    hostId As Guid, _
    targetDatabaseId As Integer, _
    deleteSource As Boolean _
) As ServicingJobDetail
public ServicingJobDetail QueueMoveCollection(
    TeamFoundationRequestContext deploymentContext,
    Guid hostId,
    int targetDatabaseId,
    bool deleteSource
)

Paramètres

  • hostId
    Type : System.Guid
    Identification d'hôtes de collection
  • targetDatabaseId
    Type : System.Int32
    L'identification base de données cible
  • deleteSource
    Type : System.Boolean
    Si la valeur true, marquez la partition source pour suppression après le déplacement.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
retourne ServicingJobDetail ;

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationServicingService Classe

QueueMoveCollection, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms