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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。