共用方式為


UseSecureConnection 屬性

Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.

命名空間:  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