次の方法で共有


MapTileLayerInstance.UseSecureConnection プロパティ

MapTileLayer クラスの UseSecureConnection プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property UseSecureConnection As Boolean 
    Get
'使用
Dim instance As MapTileLayerInstance 
Dim value As Boolean 

value = instance.UseSecureConnection
public bool UseSecureConnection { get; }
public:
property bool UseSecureConnection {
    bool get ();
}
member UseSecureConnection : bool
function get UseSecureConnection () : boolean

プロパティ値

型: System.Boolean
UseSecureConnection プロパティの計算値を表す MapTileStyle 値。

関連項目

参照

MapTileLayerInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間