IConnectionSecurityContext.SqlStandardLogin 속성

Gets or sets the login used with SQL Server Authentication.

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

구문

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

value = instance.SqlStandardLogin

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

속성 값

유형: System.String
The login used with SQL Server Authentication.

참고 항목

참조

IConnectionSecurityContext 인터페이스

Microsoft.SqlServer.Replication 네임스페이스