次の方法で共有


TableNotification コンストラクター (String, String)

TableNotification クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    dbTableName As String, _
    dbSchemaName As String _
)
'使用
Dim dbTableName As String 
Dim dbSchemaName As String 

Dim instance As New TableNotification(dbTableName, _
    dbSchemaName)
public TableNotification(
    string dbTableName,
    string dbSchemaName
)
public:
TableNotification(
    String^ dbTableName, 
    String^ dbSchemaName
)
new : 
        dbTableName:string * 
        dbSchemaName:string -> TableNotification
public function TableNotification(
    dbTableName : String, 
    dbSchemaName : String
)

パラメーター

  • dbTableName
    型: System.String
    データ テーブルの名前です。
  • dbSchemaName
    型: System.String
    データ スキーマの名前です。

関連項目

参照

TableNotification クラス

TableNotification オーバーロード

Microsoft.AnalysisServices 名前空間