Alert.EnumNotifications Method (NotifyMethods)
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Function EnumNotifications ( _
notifyMethod As NotifyMethods _
) As DataTable
public DataTable EnumNotifications (
NotifyMethods notifyMethod
)
public:
DataTable^ EnumNotifications (
NotifyMethods notifyMethod
)
public DataTable EnumNotifications (
NotifyMethods notifyMethod
)
public function EnumNotifications (
notifyMethod : NotifyMethods
) : DataTable
Parameter
- notifyMethod
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Alert Class
Alert Members
Microsoft.SqlServer.Management.Smo.Agent Namespace