SecurityType Enumeration
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. |