EncryptionPayloadOption.EncryptionSupport 属性
Gets or sets a value that describes how the encryption is used in the process.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property EncryptionSupport As EndpointEncryptionSupport
Get
Set
用法
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);
}
member EncryptionSupport : EndpointEncryptionSupport with get, set
function get EncryptionSupport () : EndpointEncryptionSupport
function set EncryptionSupport (value : EndpointEncryptionSupport)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.EndpointEncryptionSupport
One of the enumeration values that specifies endpoint encryption support.