LastResponseDate Propiedad

Gets or sets the date on which the alert last generated a response.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property LastResponseDate As DateTime
    Get
    Set
'Uso
Dim instance As Alert
Dim value As DateTime

value = instance.LastResponseDate

instance.LastResponseDate = value
[SfcPropertyAttribute]
public DateTime LastResponseDate { get; set; }
[SfcPropertyAttribute]
public:
property DateTime LastResponseDate {
    DateTime get ();
    void set (DateTime value);
}
[<SfcPropertyAttribute>]
member LastResponseDate : DateTime with get, set
function get LastResponseDate () : DateTime
function set LastResponseDate (value : DateTime)

Valor de la propiedad

Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time of the last response generated by the alert.