Freigeben über


SPManagedAccount.Deploy-Methode (SPProcessIdentity, Boolean)

Stellt ein verwaltetes Konto für die Identität des angegebenen bereit.

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

Syntax

'Declaration
Public Sub Deploy ( _
    processIdentity As SPProcessIdentity, _
    isRunningInTimer As Boolean _
)
'Usage
Dim instance As SPManagedAccount
Dim processIdentity As SPProcessIdentity
Dim isRunningInTimer As Boolean

instance.Deploy(processIdentity, isRunningInTimer)
public void Deploy(
    SPProcessIdentity processIdentity,
    bool isRunningInTimer
)

Parameter

  • isRunningInTimer
    Typ: System.Boolean

    true Wenn diese Methode, über den Timer aufgerufen wird; andernfalls false.

Siehe auch

Referenz

SPManagedAccount Klasse

SPManagedAccount-Member

Deploy-Überladung

Microsoft.SharePoint.Administration-Namespace