次の方法で共有


TableNotification クラス

テーブル通知を表します。

継承階層

System.Object
  Microsoft.AnalysisServices.TableNotification

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

構文

'宣言
<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")> _
Public NotInheritable Class TableNotification
'使用
Dim instance As TableNotification
[GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public sealed class TableNotification
[GuidAttribute(L"98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public ref class TableNotification sealed
[<SealedAttribute>]
[<GuidAttribute("98348686-8ACA-4EA8-B62D-77B5BE96176E")>]
type TableNotification =  class end
public final class TableNotification

TableNotification 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド TableNotification() TableNotification クラスの新しいインスタンスを初期化します。
パブリック メソッド TableNotification(String, String) TableNotification クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DbSchemaName TableNotification が使用するスキーマの名前を取得します。値の設定も可能です。
パブリック プロパティ DbTableName TableNotification が使用するテーブルの名前を取得します。値の設定も可能です。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone オブジェクトの複製を返します。
パブリック メソッド CopyTo TableNotification オブジェクトを指定したオブジェクトにコピーします。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.AnalysisServices 名前空間