次の方法で共有


UseSecureConnection プロパティ

ServiceUrl で指定した Web サービスへの接続にセキュア接続を使用するかどうかを示します。

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

構文

'宣言
Public ReadOnly Property UseSecureConnection As ReportBoolProperty
    Get
'使用
Dim instance As MapTileLayer
Dim value As ReportBoolProperty

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