Partager via


Propriété ConnectionSecurityContext.SecureSqlStandardPassword

Gets or sets the password when using SQL Server Authentication.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property SecureSqlStandardPassword As SecureString 
    Get 
    Set
'Utilisation
Dim instance As ConnectionSecurityContext 
Dim value As SecureString 

value = instance.SecureSqlStandardPassword

instance.SecureSqlStandardPassword = value
public SecureString SecureSqlStandardPassword { get; set; }
public:
virtual property SecureString^ SecureSqlStandardPassword {
    SecureString^ get () sealed;
    void set (SecureString^ value) sealed;
}
abstract SecureSqlStandardPassword : SecureString with get, set 
override SecureSqlStandardPassword : SecureString with get, set
final function get SecureSqlStandardPassword () : SecureString 
final function set SecureSqlStandardPassword (value : SecureString)

Valeur de propriété

Type : System.Security.SecureString
The password when using SQL Server Authentication.

Implémente

IConnectionSecurityContext.SecureSqlStandardPassword

Voir aussi

Référence

ConnectionSecurityContext Classe

Espace de noms Microsoft.SqlServer.Replication