SqlCommand.ColumnEncryptionSetting 속성

정의

이 명령에 대한 열 암호화 설정을 가져오거나 설정합니다.

public:
 property System::Data::SqlClient::SqlCommandColumnEncryptionSetting ColumnEncryptionSetting { System::Data::SqlClient::SqlCommandColumnEncryptionSetting get(); };
[System.ComponentModel.Browsable(false)]
public System.Data.SqlClient.SqlCommandColumnEncryptionSetting ColumnEncryptionSetting { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ColumnEncryptionSetting : System.Data.SqlClient.SqlCommandColumnEncryptionSetting
Public ReadOnly Property ColumnEncryptionSetting As SqlCommandColumnEncryptionSetting

속성 값

SqlCommandColumnEncryptionSetting

이 명령에 대한 열 암호화 설정입니다.

특성

적용 대상