Właściwość ConnectionManagerCacheClass.UseFile
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat ConnectionManager.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable Property UseFile As Boolean
Get
Set
'Użycie
Dim instance As ConnectionManagerCacheClass
Dim value As Boolean
value = instance.UseFile
instance.UseFile = value
public virtual bool UseFile { get; set; }
public:
virtual property bool UseFile {
bool get ();
void set (bool value);
}
abstract UseFile : bool with get, set
override UseFile : bool with get, set
function get UseFile () : boolean
function set UseFile (value : boolean)
Wartość właściwości
Typ: System.Boolean
Implementacje
Zobacz także