Share via


Metodo IStepPerformer.PerformStep

Esegue un passaggio di manutenzione noto come specificato negli argomenti.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Sub PerformStep ( _
    operation As String, _
    stepType As String, _
    stepData As String, _
    context As ServicingContext _
)
void PerformStep(
    string operation,
    string stepType,
    string stepData,
    ServicingContext context
)

Parametri

  • operation
    Tipo: System.String
    l'operazione di manutenzione: Installare, migliori, e così via
  • stepType
    Tipo: System.String
    Un nome breve che identifica l'azione da eseguire, ad.. esempio “CreateDatabase".Vedere IServicingStep.StepType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IStepPerformer Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server