Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the account name and password for the proxy account on the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetAccount ( _
windowsAccount As String, _
password As String _
)
'Usage
Dim instance As ServerProxyAccount
Dim windowsAccount As String
Dim password As String
instance.SetAccount(windowsAccount, password)
public void SetAccount(
string windowsAccount,
string password
)
public:
void SetAccount(
String^ windowsAccount,
String^ password
)
member SetAccount :
windowsAccount:string *
password:string -> unit
public function SetAccount(
windowsAccount : String,
password : String
)
Parameter
- windowsAccount
Typ: System.String
A String value that specifies the name of the account.
- password
Typ: System.String
A String value that specifies the password for the account.
Beispiele
Planen von automatischen, administrativen Tasks im SQL Server-Agent