SecurityType 열거형

복제하는 동안 게시자 또는 배포자에 연결할 때 사용할 보안 모드를 지정합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Enumeration SecurityType
‘사용 방법
Dim instance As SecurityType
public enum SecurityType
public enum class SecurityType
type SecurityType
public enum SecurityType

멤버

멤버 이름 설명
DBAuthentication 복제하는 동안 게시자 또는 배포자에 연결할 때 SQL Server 인증을 사용합니다. 기본값입니다.
NTAuthentication 복제하는 동안 게시자 또는 배포자에 연결할 때 Windows 통합 인증을 사용합니다.

참고 항목

참조

System.Data.SqlServerCe 네임스페이스

PublisherSecurityMode

DistributorSecurityMode