共用方式為


ReplicationSecurityMode 列舉

Specifies the supported security modes used by updating Subscribers when connecting to the Publisher.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Enumeration ReplicationSecurityMode
'用途
Dim instance As ReplicationSecurityMode
public enum ReplicationSecurityMode
public enum class ReplicationSecurityMode
type ReplicationSecurityMode
public enum ReplicationSecurityMode

成員

成員名稱 說明
SqlStandard Subscriber uses SQL Server Authentication with the login specified by the SqlStandardLogin property of the PublisherConnectionSecurityContext object.
Integrated Uses the security context (SQL Server Authentication or Windows Authentication) of the user making the change at the Subscriber. This account must also exist at the Publisher with sufficient privileges. When using Windows Authentication, security account delegation must be supported.
PredefinedServer Subscriber uses an existing, user-defined, linked server login created using LinkPublicationForUpdateableSubscription.

備註

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

請參閱

參考

Microsoft.SqlServer.Replication 命名空間