This topic has not yet been rated - Rate this topic

SnapshotGenerationAgent.PublisherLogin Property

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public string PublisherLogin { get; set; }

Property Value

Type: System.String
A String value that is the login name.

Implements

ISnapshotGenerationAgent.PublisherLogin

When possible, use Windows Authentication.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.