共用方式為


SecurityType Enumeration

指定在複寫期間,連接到「發行者」或「散發者」時要使用的安全性模式。

命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 system.data.sqlserverce.dll)

語法

'宣告
Public Enumeration SecurityType
public enum SecurityType
public enum class SecurityType
public enum SecurityType
public enum SecurityType

成員

成員名稱 描述
DBAuthentication 在複寫期間連接到「發行者」或「散發者」時,使用 SQL Server 驗證。這是預設值。
NTAuthentication 在複寫期間連接到發行者或散發者時,使用整合式 Windows 驗證。

平台

開發平台

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
版本資訊
.NET Framework 及 NET Compact Framework
支援於 3.5
.NET Framework
支援於 3.0
.NET Compact Framework 及 .Net Framework
支援於 2.0

另請參閱

參考

System.Data.SqlServerCe Namespace
PublisherSecurityMode
DistributorSecurityMode