Właściwość PackageRemote64Class.CreationDate
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 CreationDate As DateTime
Get
Set
'Użycie
Dim instance As PackageRemote64Class
Dim value As DateTime
value = instance.CreationDate
instance.CreationDate = value
public virtual DateTime CreationDate { get; set; }
public:
virtual property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
abstract CreationDate : DateTime with get, set
override CreationDate : DateTime with get, set
function get CreationDate () : DateTime
function set CreationDate (value : DateTime)
Wartość właściwości
Typ: System.DateTime
Implementacje
Zobacz także