ProxyAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProxyAccount() | |
ProxyAccount(JobServer, String) | |
ProxyAccount(JobServer, String, String) | |
ProxyAccount(JobServer, String, String, Boolean) | |
ProxyAccount(JobServer, String, String, Boolean, String) |
ProxyAccount()
public ProxyAccount ();
Public Sub New ()
Applies to
ProxyAccount(JobServer, String)
public ProxyAccount (Microsoft.SqlServer.Management.Smo.Agent.JobServer jobServer, string name);
new Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount : Microsoft.SqlServer.Management.Smo.Agent.JobServer * string -> Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount
Public Sub New (jobServer As JobServer, name As String)
Parameters
- jobServer
- JobServer
- name
- String
Applies to
ProxyAccount(JobServer, String, String)
public ProxyAccount (Microsoft.SqlServer.Management.Smo.Agent.JobServer jobServer, string proxyName, string credentialName);
new Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount : Microsoft.SqlServer.Management.Smo.Agent.JobServer * string * string -> Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount
Public Sub New (jobServer As JobServer, proxyName As String, credentialName As String)
Parameters
- jobServer
- JobServer
- proxyName
- String
- credentialName
- String
Applies to
ProxyAccount(JobServer, String, String, Boolean)
public ProxyAccount (Microsoft.SqlServer.Management.Smo.Agent.JobServer jobServer, string proxyName, string credentialName, bool enabled);
new Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount : Microsoft.SqlServer.Management.Smo.Agent.JobServer * string * string * bool -> Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount
Public Sub New (jobServer As JobServer, proxyName As String, credentialName As String, enabled As Boolean)
Parameters
- jobServer
- JobServer
- proxyName
- String
- credentialName
- String
- enabled
- Boolean
Applies to
ProxyAccount(JobServer, String, String, Boolean, String)
public ProxyAccount (Microsoft.SqlServer.Management.Smo.Agent.JobServer jobServer, string proxyName, string credentialName, bool enabled, string description);
new Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount : Microsoft.SqlServer.Management.Smo.Agent.JobServer * string * string * bool * string -> Microsoft.SqlServer.Management.Smo.Agent.ProxyAccount
Public Sub New (jobServer As JobServer, proxyName As String, credentialName As String, enabled As Boolean, description As String)
Parameters
- jobServer
- JobServer
- proxyName
- String
- credentialName
- String
- enabled
- Boolean
- description
- String