Share via


Alert.EnumNotifications Method (NotifyMethods, String)

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Function EnumNotifications ( _
    notifyMethod As NotifyMethods, _
    operatorName As String _
) As DataTable
public DataTable EnumNotifications (
    NotifyMethods notifyMethod,
    string operatorName
)
public:
DataTable^ EnumNotifications (
    NotifyMethods notifyMethod, 
    String^ operatorName
)
public DataTable EnumNotifications (
    NotifyMethods notifyMethod, 
    String operatorName
)
public function EnumNotifications (
    notifyMethod : NotifyMethods, 
    operatorName : String
) : DataTable

Parameters

  • notifyMethod
  • operatorName

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Alert Class
Alert Members
Microsoft.SqlServer.Management.Smo.Agent Namespace