NSSubscriberView
Notification Services creates one subscriber view per Notification Services instance. This view is located in the instance schema of the instance database. For example, the instance configuration specifies that the schema name is Tutorial, the view is Tutorial.NSSubscriberView.
You can use this view to add, modify, and delete subscribers to an instance of Notification Services. For deployed applications, consider developing a subscription management interface using the subscription management API. For more information, see Developing Subscription Management Interfaces.
| Column | Data type | Description |
|---|---|---|
|
SubscriberId |
nvarchar(255) |
The subscriber identifier. This value is an identifier of your choice. It must be unique within the Notification Services instance. |
|
Enabled |
bit |
Determines if the subscriber record is enabled (1) or disabled (0). If it is disabled, the subscriber's subscriptions will not generate notifications. |
|
Created |
datetime |
The date and time the subscriber record was created. Do not insert values into this column. Notification Services sets this value when you add the subscriber. |
|
Updated |
datetime |
The date and time the subscriber record was modified. Do not insert values into this column. Notification Services sets this value when you update the subscriber. |