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


Свойство IConnectionSecurityContext.SqlStandardPassword

Gets or sets the password for the login required for SQL Server Authentication.

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

Синтаксис

'Декларация
Property SqlStandardPassword As String 
    Get 
    Set
'Применение
Dim instance As IConnectionSecurityContext 
Dim value As String 

value = instance.SqlStandardPassword

instance.SqlStandardPassword = value
string SqlStandardPassword { get; set; }
property String^ SqlStandardPassword {
    String^ get ();
    void set (String^ value);
}
abstract SqlStandardPassword : string with get, set
function get SqlStandardPassword () : String 
function set SqlStandardPassword (value : String)

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

Тип: System.String
The password.

См. также

Справочник

IConnectionSecurityContext Интерфейс

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