EncryptConnection 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Gets or sets a Boolean value that specifies whether the Database Engine connection should be encrypted.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Public Property EncryptConnection As Boolean
    Get
    Set
用法
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)

属性值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the Database Engine connection should be encrypted.