Condividi tramite


Proprietà IMessageQueueTask.EncryptionAlgo

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the name of the encryption algorithm used to encrypt the message body of a private message.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Property EncryptionAlgo As EncryptionAlgorithmWrapper 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.EncryptionAlgorithmWrapper
The name of the encryption algorithm.

Vedere anche

Riferimento

IMessageQueueTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask