Partager via


Propriété IDTSConnectionManagerCache100.RetainData

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 the connection manager retains the data in the cache.

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

Syntaxe

'Déclaration
Property RetainData As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSConnectionManagerCache100 
Dim value As Boolean 

value = instance.RetainData

instance.RetainData = value
bool RetainData { get; set; }
property bool RetainData {
    bool get ();
    void set (bool value);
}
abstract RetainData : bool with get, set
function get RetainData () : boolean 
function set RetainData (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the connection manager retains the data in the cache; otherwise, false.

Notes

For more information, see ConnectionManagerCacheClass.

Voir aussi

Référence

IDTSConnectionManagerCache100 Interface

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