Share via


OlapConnectionInfo.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.

참고 항목

참조

OlapConnectionInfo 클래스

Microsoft.SqlServer.Management.Common 네임스페이스