次の方法で共有


QueryNotification クラス

ProactiveCaching 要素によって利用される情報を提供します。この情報は、データ ソースが変更されているかどうかを調べるために実行するクエリに関する情報です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")> _
Public Class QueryNotification _
    Implements ICloneable
'使用
Dim instance As QueryNotification
[GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public class QueryNotification : ICloneable
[GuidAttribute(L"7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public ref class QueryNotification : ICloneable
[<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")>]
type QueryNotification =  
    class
        interface ICloneable
    end
public class QueryNotification implements ICloneable

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices..::..QueryNotification
    Microsoft.AnalysisServices. . :: . .IncrementalProcessingNotification

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。