इसके माध्यम से साझा किया गया


IDTSConnectionManagerCache100.UseFile Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManagerCacheClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property UseFile As Boolean
    Get
    Set
'Usage
Dim instance As IDTSConnectionManagerCache100
Dim value As Boolean

value = instance.UseFile

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

Property Value

Type: System.Boolean