AlertSystem Members
Include Protected Members
Include Inherited Members
The AlertSystem class contains system information pertaining to all alerts defined on the instance of Microsoft SQL Server.
The AlertSystem type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Inherited from SqlSmoObject.) | |
FailSafeEmailAddress | Gets or sets an e-mail address to notify when no operator is defined or available on alert notification. | |
FailSafeNetSendAddress | Gets or sets a net send address to notify when no operator is defined or available on alert notification. | |
FailSafeOperator | Gets or sets the operator to notify when no other operator is defined or available on the alert notification. | |
FailSafePagerAddress | Gets or sets a pager address to notify when no operator is defined or available on alert notification. | |
ForwardingServer | Gets or sets the instance of Microsoft SQL Server that will receive forwarded events. | |
ForwardingSeverity | Gets or sets the minimum severity level of error event that is to be forwarded to another instance of SQL Server. | |
IsForwardedAlways | Gets or sets the Boolean property value that specifies whether all events are forwarded to the forwarding server or only those that have no event notification defined on the current instance of SQL Server. | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Inherited from SqlSmoObject.) | |
Name | Gets or sets the name of the object. (Inherited from NamedSmoObject.) | |
NotificationMethod | Gets or sets the notification method used to notify the fail-safe operator. | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Inherited from SqlSmoObject.) | |
PagerCCTemplate | Gets or sets the template text sent in the e-mail Cc: line in the e-mail sent by SQL Server Agent for pager notifications. | |
PagerSendSubjectOnly | Gets or sets the Boolean property value that specifies whether to include the e-mail Message: text in the e-mail sent by SQL Server Agent for pager notifications. | |
PagerSubjectTemplate | Gets or sets the template text sent in the e-mail Subject: line in the e-mail sent by SQL Server Agent for pager notifications. | |
PagerToTemplate | Gets or sets the template text sent in the e-mail To: line in the e-mail sent by SQL Server Agent for pager notifications. | |
Parent | Gets the JobServer object value that is the parent of the AlertSystem object. | |
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) | |
ScalarResult | Gets the scalar result for the referenced object. (Inherited from SqlSmoObject.) | |
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SqlSmoObject.) | |
PropertyMetadataChanged | (Inherited from SqlSmoObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAlienObjectDiscover() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetParent() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetProperty(String) | (Inherited from SqlSmoObject.) | |
ISfcPropertyProviderGetPropertySet() | (Inherited from SqlSmoObject.) | |
IAlienObjectGetUrn() | (Inherited from SqlSmoObject.) | |
IAlienObjectResolve(String) | (Inherited from SqlSmoObject.) | |
IAlienObjectSetProperty(Object, Object) | (Inherited from SqlSmoObject.) |
Top