PublisherConnectionSecurityContext.SqlStandardLogin 속성

Gets or sets the login when using SQL Server Authentication.

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

구문

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

value = instance.SqlStandardLogin

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

속성 값

유형: System.String
A String value.

주의

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

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

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

참고 항목

참조

PublisherConnectionSecurityContext 클래스

Microsoft.SqlServer.Replication 네임스페이스