다음을 통해 공유


EncryptConnection 속성

Gets or sets a value specifying whether the connection will be encrypted.

네임스페이스:  Microsoft.SqlServer.Management.MultiServerConnection
어셈블리:  Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)

구문

‘선언
Public Property EncryptConnection As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .Boolean
True if the connection will be encrypted. Otherwise, false.