AlertCollection.Add 메서드
Adds an Alert object to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
alert As Alert _
)
‘사용 방법
Dim instance As AlertCollection
Dim alert As Alert
instance.Add(alert)
public void Add(
Alert alert
)
public:
void Add(
Alert^ alert
)
member Add :
alert:Alert -> unit
public function Add(
alert : Alert
)
매개 변수
- alert
유형: Microsoft.SqlServer.Management.Smo.Agent.Alert
The Alert to add to the AlertCollection collection.