Partager via


Propriété IDTSConnectionManagerCache100.UseEncryption

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a Boolean that indicates whether to use encryption.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property UseEncryption As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSConnectionManagerCache100 
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)

Valeur de propriété

Type : System.Boolean
true if connection manager uses encryption; otherwise, false.

Notes

For more information, see ConnectionManagerCacheClass.

Voir aussi

Référence

IDTSConnectionManagerCache100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper