Propriété EncryptConnection
Gets or sets a value specifying whether the connection will be encrypted.
Espace de noms : Microsoft.SqlServer.Management.MultiServerConnection
Assembly : Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntaxe
'Déclaration
Public Property EncryptConnection As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
True if the connection will be encrypted. Otherwise, false.