EncryptConnection Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a Boolean value that specifies whether the Database Engine connection should be encrypted.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Public Property EncryptConnection As Boolean
Get
Set
'Uso
Dim instance As OlapConnectionInfo
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the Database Engine connection should be encrypted.
Vea también