Partilhar via


Propriedade do RDL IConnectionSecurityContext.SecureSqlStandardPassword

Gets or sets the password when using SQL server authentication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Property SecureSqlStandardPassword As SecureString 
    Get 
    Set
'Uso
Dim instance As IConnectionSecurityContext 
Dim value As SecureString 

value = instance.SecureSqlStandardPassword

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

Valor da propriedade

Tipo: System.Security.SecureString
The password when using SQL server authentication.

Consulte também

Referência

IConnectionSecurityContext Interface

Namespace Microsoft.SqlServer.Replication