Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the mode of security to use when connecting to the Publisher or Distributor during Replication.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Enumeration SecurityType
'Usage
Dim instance As SecurityType
public enum SecurityType
public enum class SecurityType
type SecurityType
public enum SecurityType
Members
Member name | Description | |
---|---|---|
DBAuthentication | Use SQL Server Authentication when connecting to the Publisher or Distributor during Replication. This is the default. | |
NTAuthentication | Use Integrated Windows Authentication when connecting to the Publisher or Distributor during Replication. |