IDTSPackage100.CheckpointFileName Özelliği
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Bu arabirim tarafından uygulanan Package ve PackageNeutral arabirimleri.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
Property CheckpointFileName As String
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.String