LastResponseDate 속성
Gets or sets the date on which the alert last generated a response.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property LastResponseDate As DateTime
Get
Set
‘사용 방법
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)
속성 값
형식: System. . :: . .DateTime
A DateTime system object value that specifies the date and time of the last response generated by the alert.