PublisherLogin 속성

Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.

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

구문

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

value = instance.PublisherLogin

instance.PublisherLogin = value
public string PublisherLogin { get; set; }
public:
virtual property String^ PublisherLogin {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract PublisherLogin : string with get, set
override PublisherLogin : string with get, set
final function get PublisherLogin () : String
final function set PublisherLogin (value : String)

속성 값

유형: System. . :: . .String
A String value that is the login name.

구현

ISnapshotGenerationAgent. . :: . .PublisherLogin

주의

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

This is a required property if PublisherSecurityMode property is set to Standard.