Свойство EncryptConnection

Gets or sets a value specifying whether the connection will be encrypted.

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
Public Property EncryptConnection As Boolean
    Get
    Set
'Применение
Dim instance As MultiServerSqlConnectionInfo
Dim value As Boolean

value = instance.EncryptConnection

instance.EncryptConnection = value
public bool EncryptConnection { get; set; }
public:
property bool EncryptConnection {
    bool get ();
    void set (bool value);
}
member EncryptConnection : bool with get, set
function get EncryptConnection () : boolean
function set EncryptConnection (value : boolean)

Значение свойства

Тип: System. . :: . .Boolean
True if the connection will be encrypted. Otherwise, false.