Właściwość PackageNeutralClass.StartTime
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat Package.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property StartTime As DateTime
Get
'Użycie
Dim instance As PackageNeutralClass
Dim value As DateTime
value = instance.StartTime
public virtual DateTime StartTime { get; }
public:
virtual property DateTime StartTime {
DateTime get ();
}
abstract StartTime : DateTime
override StartTime : DateTime
function get StartTime () : DateTime
Wartość właściwości
Typ: System.DateTime
Implementacje
Zobacz także