다음을 통해 공유


TableNotifications 속성

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public ReadOnly Property TableNotifications As TableNotificationCollection
    Get
‘사용 방법
Dim instance As ProactiveCachingTablesBinding
Dim value As TableNotificationCollection

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