Share via


ConnectionManagerHttpClass.UseSecureConnection Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property UseSecureConnection As Boolean
    Get
    Set
'Usage
Dim instance As ConnectionManagerHttpClass
Dim value As Boolean

value = instance.UseSecureConnection

instance.UseSecureConnection = value
public virtual bool UseSecureConnection { get; set; }
public:
virtual property bool UseSecureConnection {
    bool get ();
    void set (bool value);
}
abstract UseSecureConnection : bool with get, set
override UseSecureConnection : bool with get, set
function get UseSecureConnection () : boolean
function set UseSecureConnection (value : boolean)

Property Value

Type: System.Boolean

Implements

IDTSConnectionManagerHttp100.UseSecureConnection