This topic has not yet been rated - Rate this topic

PublisherConnectionSecurityContext.SqlStandardLogin Property

Gets or sets the login when using SQL Server Authentication.

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

Property Value

Type: System.String
A String value.

When possible, use Windows Authentication. 

This property is only required when the SecurityMode property is set to SqlStandard.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.