Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes an object of the ProtocolEnumeration class.
Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntax
'Declaration
Public Sub New ( _
nsInstance As NSInstance _
)
public ProtocolEnumeration (
NSInstance nsInstance
)
public:
ProtocolEnumeration (
NSInstance^ nsInstance
)
public ProtocolEnumeration (
NSInstance nsInstance
)
public function ProtocolEnumeration (
nsInstance : NSInstance
)
Parameters
- nsInstance
An NSInstance that represents an instance of Notification Services.
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
ProtocolEnumeration Class
ProtocolEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace