SqlCeReplication.DistributorAddress 属性

此类型具有 SecurityCriticalAttribute 属性,该属性将其限制为仅供 .NET Framework 内部用于 Silverlight 类库。使用此类型的任何成员的应用程序代码都将引发 MethodAccessException。

[SECURITY CRITICAL]

指定在 SQL Server 协调器连接到分发服务器时使用的网络地址。

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public Property DistributorAddress As String
    Get
    Set
用法
Dim instance As SqlCeReplication
Dim value As String

value = instance.DistributorAddress

instance.DistributorAddress = value
public string DistributorAddress { get; set; }
public:
property String^ DistributorAddress {
    String^ get ();
    void set (String^ value);
}
member DistributorAddress : string with get, set
function get DistributorAddress () : String
function set DistributorAddress (value : String)

属性值

类型:System.String
连接到分发服务器时使用的网络地址。

请参阅

参考

SqlCeReplication 类

System.Data.SqlServerCe 命名空间