UserData 属性

An array of Setting objects that defines the values of the extension settings for the notification.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public MustOverride ReadOnly Property UserData As Setting()
    Get
用法
Dim instance As Notification
Dim value As Setting()

value = instance.UserData
public abstract Setting[] UserData { get; }
public:
virtual property array<Setting^>^ UserData {
    array<Setting^>^ get () abstract;
}
abstract UserData : Setting[]
abstract function get UserData () : Setting[]

属性值

类型:array<Microsoft.ReportingServices.Interfaces. . :: . .Setting> [] () [] []
The setting values for the notification.

注释

The UserData property contains the setting values that were applied when the subscription for the notification was created. You can use this information to pass the user's setting information to your custom delivery code.