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 네임스페이스