SqlCeReplication.DistributorNetwork 屬性
此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 MethodAccessException。
[安全性關鍵]
指定當 SQL Server Reconciler 與「散發者」進行通訊時所使用的網路通訊協定。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Property DistributorNetwork As NetworkType
Get
Set
'用途
Dim instance As SqlCeReplication
Dim value As NetworkType
value = instance.DistributorNetwork
instance.DistributorNetwork = value
public NetworkType DistributorNetwork { get; set; }
public:
property NetworkType DistributorNetwork {
NetworkType get ();
void set (NetworkType value);
}
member DistributorNetwork : NetworkType with get, set
function get DistributorNetwork () : NetworkType
function set DistributorNetwork (value : NetworkType)
屬性值
型別:System.Data.SqlServerCe.NetworkType
SQL Server Reconciler 用來與「散發者」進行通訊時所使用的 NetworkType 常數。