Właściwość IDTSPackage100.CreationDate
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Ten interfejs jest implementowany przez Package i PackageNeutral interfejsów.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Property CreationDate As DateTime
Get
Set
'Użycie
Dim instance As IDTSPackage100
Dim value As DateTime
value = instance.CreationDate
instance.CreationDate = value
DateTime CreationDate { get; set; }
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
abstract CreationDate : DateTime with get, set
function get CreationDate () : DateTime
function set CreationDate (value : DateTime)
Wartość właściwości
Typ: System.DateTime
Zobacz także