IProcessSecurityContext.Login 속성

Gets or sets the name of the Microsoft Windows security account.

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

구문

‘선언
Property Login As String 
    Get 
    Set
‘사용 방법
Dim instance As IProcessSecurityContext 
Dim value As String 

value = instance.Login

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

속성 값

유형: System.String
A String value.

주의

The Windows account must have sufficient privileges on the computer to start the replication agent. For more information, see 복제 에이전트 보안 모델.

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

참고 항목

참조

IProcessSecurityContext 인터페이스

Microsoft.SqlServer.Replication 네임스페이스