Свойство IDTSPackage100.CheckpointFileName
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Property CheckpointFileName As String
Get
Set
'Применение
Dim instance As IDTSPackage100
Dim value As String
value = instance.CheckpointFileName
instance.CheckpointFileName = value
string CheckpointFileName { get; set; }
property String^ CheckpointFileName {
String^ get ();
void set (String^ value);
}
abstract CheckpointFileName : string with get, set
function get CheckpointFileName () : String
function set CheckpointFileName (value : String)
Значение свойства
Тип: System.String
The name of the file that captures the checkpoint information, which enables a package to restart.
Замечания
This interface is implemented by the Package and PackageNeutral interfaces.