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 命名空间