Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the login name that is used when connecting to the Publisher by using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property PublisherLogin As String
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.PublisherLogin
instance.PublisherLogin = value
string PublisherLogin { get; set; }
property String^ PublisherLogin {
String^ get ();
void set (String^ value);
}
abstract PublisherLogin : string with get, set
function get PublisherLogin () : String
function set PublisherLogin (value : String)
Property Value
Type: System.String
A String value that is the login name.