Поделиться через


Свойство IConnectionSecurityContext.SecureSqlStandardPassword

Gets or sets the password when using SQL server authentication.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Property SecureSqlStandardPassword As SecureString 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Security.SecureString
The password when using SQL server authentication.

См. также

Справочник

IConnectionSecurityContext Интерфейс

Пространство имен Microsoft.SqlServer.Replication