RegisteredServer.SecurePassword Property

Definition

Gets or sets the password used with SQL Server standard authentication to establish a connection to the registered server.

public:
 property System::Security::SecureString ^ SecurePassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecurePassword { get; set; }
member this.SecurePassword : System.Security.SecureString with get, set
Public Property SecurePassword As SecureString

Property Value

A SecureString value that specifies the secure string password that is used to connect by using SQL Server standard authentication.

Applies to