Share via


Utility.EnrollInstance Method (SqlStoreConnection, String, SqlSecureString)

Enrolls a Utility object with the connection supplied by sqlStoreConnection parameter.

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

Syntax

'Declaration
Public Function EnrollInstance ( _
    sqlStoreConnection As SqlStoreConnection, _
    agentProxyAccount As String, _
    agentProxyPassword As SqlSecureString _
) As ManagedInstance
'Usage
Dim instance As Utility 
Dim sqlStoreConnection As SqlStoreConnection 
Dim agentProxyAccount As String 
Dim agentProxyPassword As SqlSecureString 
Dim returnValue As ManagedInstance 

returnValue = instance.EnrollInstance(sqlStoreConnection, _
    agentProxyAccount, agentProxyPassword)
public ManagedInstance EnrollInstance(
    SqlStoreConnection sqlStoreConnection,
    string agentProxyAccount,
    SqlSecureString agentProxyPassword
)
public:
ManagedInstance^ EnrollInstance(
    SqlStoreConnection^ sqlStoreConnection, 
    String^ agentProxyAccount, 
    SqlSecureString^ agentProxyPassword
)
member EnrollInstance : 
        sqlStoreConnection:SqlStoreConnection * 
        agentProxyAccount:string * 
        agentProxyPassword:SqlSecureString -> ManagedInstance
public function EnrollInstance(
    sqlStoreConnection : SqlStoreConnection, 
    agentProxyAccount : String, 
    agentProxyPassword : SqlSecureString
) : ManagedInstance

Parameters

  • agentProxyAccount
    Type: System.String
    A string value that specifies the agent proxy account.
  • agentProxyPassword
    Type: SqlSecureString
    A SqlSecureString object that contains the password.

Return Value

Type: Microsoft.SqlServer.Management.Utility.ManagedInstance
A ManagedInstance object.

See Also

Reference

Utility Class

EnrollInstance Overload

Microsoft.SqlServer.Management.Utility Namespace