Condividi tramite


Proprietà SqlConnectionInfo.EncryptConnection

Gets or sets the Boolean property value that specifies whether the connection information is encrypted.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Property EncryptConnection As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As SqlConnectionInfo 
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)

Valore proprietà

Tipo: Boolean
A Boolean value that specifies whether the connection information is encrypted.If True, the connection information is encrypted.If False (default), the connection information is not encrypted.

Vedere anche

Riferimento

SqlConnectionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common