PublisherConnectionSecurityContext.SqlStandardPassword 속성

Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property SqlStandardPassword As String 
    Get 
    Set
‘사용 방법
Dim instance As PublisherConnectionSecurityContext 
Dim value As String 

value = instance.SqlStandardPassword

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

속성 값

유형: System.String
A String value.

주의

가능하면 Windows 인증을 사용하십시오. 

This property is only required when the SecurityMode property is set to SqlStandard.

When possible, prompt users to enter security credentials at run time. If you must store credentials, use the cryptographic services provided by the Microsoft Windows .NET Framework.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

참고 항목

참조

PublisherConnectionSecurityContext 클래스

Microsoft.SqlServer.Replication 네임스페이스