此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value that indicates whether the message uses encryption.
命名空間: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件: Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)
語法
'宣告
Property UseEncryption As Boolean
Get
Set
'用途
Dim instance As IMessageQueueTask
Dim value As Boolean
value = instance.UseEncryption
instance.UseEncryption = value
bool UseEncryption { get; set; }
property bool UseEncryption {
bool get ();
void set (bool value);
}
abstract UseEncryption : bool with get, set
function get UseEncryption () : boolean
function set UseEncryption (value : boolean)
屬性值
型別:System.Boolean
true if the encryption is used; false if the encryption is not used.