ProactiveCachingQueryBinding.QueryNotifications 속성
Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class.
네임스페이스: 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
속성 값
유형: Microsoft.AnalysisServices.QueryNotificationCollection
The collection of query notification elements.