Compartilhar via


Propriedade do RDL EncryptionAlgo

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Property EncryptionAlgo As EncryptionAlgorithmWrapper
    Get
    Set
'Uso
Dim instance As IMessageQueueTask
Dim value As EncryptionAlgorithmWrapper

value = instance.EncryptionAlgo

instance.EncryptionAlgo = value
EncryptionAlgorithmWrapper EncryptionAlgo { get; set; }
property EncryptionAlgorithmWrapper^ EncryptionAlgo {
    EncryptionAlgorithmWrapper^ get ();
    void set (EncryptionAlgorithmWrapper^ value);
}
abstract EncryptionAlgo : EncryptionAlgorithmWrapper with get, set
function get EncryptionAlgo () : EncryptionAlgorithmWrapper
function set EncryptionAlgo (value : EncryptionAlgorithmWrapper)