Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the date and time at which the argument was posted.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property PostTime As DateTime
Get
'Usage
Dim instance As ServerEventArgs
Dim value As DateTime
value = instance.PostTime
public DateTime PostTime { get; }
public:
property DateTime PostTime {
DateTime get ();
}
member PostTime : DateTime
function get PostTime () : DateTime
Property Value
Type: System.DateTime
A DateTime system object value that specifies the date and time when the argument was posted.