共用方式為


QueryNotifications 屬性

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property QueryNotifications As QueryNotificationCollection
    Get
'用途
Dim instance As ProactiveCachingQueryBinding
Dim value As QueryNotificationCollection

value = instance.QueryNotifications
public QueryNotificationCollection QueryNotifications { get; }
public:
property QueryNotificationCollection^ QueryNotifications {
    QueryNotificationCollection^ get ();
}
member QueryNotifications : QueryNotificationCollection
function get QueryNotifications () : QueryNotificationCollection