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