暗号化がプロセスでどのように使用されるかを示す値を取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property EncryptionSupport As EndpointEncryptionSupport
'使用
Dim instance As EncryptionPayloadOption
Dim value As EndpointEncryptionSupport
value = instance.EncryptionSupport
instance.EncryptionSupport = value
public EndpointEncryptionSupport EncryptionSupport { get; set; }
public:
property EndpointEncryptionSupport EncryptionSupport {
EndpointEncryptionSupport get ();
void set (EndpointEncryptionSupport value);
}
public function get EncryptionSupport () : EndpointEncryptionSupport
public function set EncryptionSupport (value : EndpointEncryptionSupport)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
EndpointEncryptionSupport 列挙値を返します。