SqlCeReplication.DistributorLogin 속성

이 유형에는 .NET Framework for Silverlight 클래스 라이브러리에서 내부적으로만 사용할 수 있도록 제한하는 SecurityCriticalAttribute 특성이 있습니다. 이러한 유형의 멤버를 사용하는 응용 프로그램 코드에서 MethodAccessException이 발생합니다.

[보안 중요]

배포자에 연결할 때 사용되는 로그인 이름을 지정합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

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

value = instance.DistributorLogin

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

속성 값

유형: System.String
배포자에 연결할 때 사용되는 로그인 이름입니다.

참고 항목

참조

SqlCeReplication 클래스

System.Data.SqlServerCe 네임스페이스