Freigeben über


ServerProxyAccount.SetPassword-Methode (String)

Sets the proxy account password to the specified string.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub SetPassword ( _
    password As String _
)
'Usage
Dim instance As ServerProxyAccount 
Dim password As String

instance.SetPassword(password)
public void SetPassword(
    string password
)
public:
void SetPassword(
    String^ password
)
member SetPassword : 
        password:string -> unit
public function SetPassword(
    password : String
)

Parameter

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

ServerProxyAccount Klasse

SetPassword-Überladung

Microsoft.SqlServer.Management.Smo-Namespace