EncryptionAlgo 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件:  Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)

語法

'宣告
Property EncryptionAlgo As EncryptionAlgorithmWrapper
    Get
    Set
'用途
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)