MapTileServerConfiguration.MaxConnections 属性

获取或设置连接到 Bing Maps SOAP 服务的最大连接数。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Property MaxConnections As Integer
    Get
    Set
用法
Dim instance As MapTileServerConfiguration
Dim value As Integer

value = instance.MaxConnections

instance.MaxConnections = value
public int MaxConnections { get; set; }
public:
property int MaxConnections {
    int get ();
    void set (int value);
}
member MaxConnections : int with get, set
function get MaxConnections () : int
function set MaxConnections (value : int)

属性值

类型:System.Int32
返回 Int32

请参阅

参考

MapTileServerConfiguration 类

Microsoft.Reporting.WinForms 命名空间