Proprietà EncryptionAlgo
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
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
Vedere anche