ConnectionManagerCacheClass.UseEncryption 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a Boolean that indicates whether to use encryption.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable Property UseEncryption As Boolean
Get
Set
'用途
Dim instance As ConnectionManagerCacheClass
Dim value As Boolean
value = instance.UseEncryption
instance.UseEncryption = value
public virtual bool UseEncryption { get; set; }
public:
virtual property bool UseEncryption {
bool get ();
void set (bool value);
}
abstract UseEncryption : bool with get, set
override UseEncryption : bool with get, set
function get UseEncryption () : boolean
function set UseEncryption (value : boolean)
屬性值
型別:System.Boolean
true if connection manager uses encryption; otherwise, false.
實作
IDTSConnectionManagerCache100.UseEncryption
備註
For more information, see ConnectionManager.