Freigeben über


SPDeploymentEventArgs-Konstruktor (SPDeploymentStatus, Int32, Int32, String, SPImportObjectCollection)

Erstellt eine neue Instanz der Klasse mit den Bereitstellungsstatus SPDeploymentEventArgs , Informationen zu Objekt Zahlen und Verzeichnispfad. Mit dieser Methode werden das Bereitstellungspaket auch die Auflistung der Stammobjekte hinzugefügt.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    status As SPDeploymentStatus, _
    objectsProcessed As Integer, _
    objectsTotal As Integer, _
    tempDirectoryPath As String, _
    rootObjects As SPImportObjectCollection _
)
'Usage
Dim status As SPDeploymentStatus
Dim objectsProcessed As Integer
Dim objectsTotal As Integer
Dim tempDirectoryPath As String
Dim rootObjects As SPImportObjectCollection

Dim instance As New SPDeploymentEventArgs(status, _
    objectsProcessed, objectsTotal, _
    tempDirectoryPath, rootObjects)
public SPDeploymentEventArgs(
    SPDeploymentStatus status,
    int objectsProcessed,
    int objectsTotal,
    string tempDirectoryPath,
    SPImportObjectCollection rootObjects
)

Parameter

  • objectsProcessed
    Typ: System.Int32

    Ganze Zahl, gibt die Anzahl von Objekten, die aktuell verarbeitet werden.

  • objectsTotal
    Typ: System.Int32

    Integer-Wert, der die Gesamtzahl von Objekten in der aktuellen Bereitstellungsvorgang angibt.

  • tempDirectoryPath
    Typ: System.String

    Eine Zeichenfolgendarstellung der vollqualifizierte Pfad des temporären Verzeichnisses, in dem der nicht komprimierten Inhalt der Bereitstellungsdateien-Paket gespeichert werden.

Siehe auch

Referenz

SPDeploymentEventArgs Klasse

SPDeploymentEventArgs-Member

SPDeploymentEventArgs-Überladung

Microsoft.SharePoint.Deployment-Namespace