Właściwość IMessageQueueTask.EncryptionAlgo
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Zestaw: Microsoft.SqlServer.MSMQTask (w Microsoft.SqlServer.MSMQTask.dll)
Składnia
'Deklaracja
Property EncryptionAlgo As EncryptionAlgorithmWrapper
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask.EncryptionAlgorithmWrapper
Zobacz także