Compartir a través de


EncryptionPayloadOption.EncryptionSupport Propiedad

Gets or sets a value that describes how the encryption is used in the process.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property EncryptionSupport As EndpointEncryptionSupport 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointEncryptionSupport
One of the enumeration values that specifies endpoint encryption support.

Vea también

Referencia

EncryptionPayloadOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom