共用方式為


TableNotification 建構函式 (String, String)

Initializes a new instance of the TableNotification class.

命名空間:  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
)

參數

  • dbSchemaName
    型別:System.String
    The name of the data schema.

請參閱

參考

TableNotification 類別

TableNotification 多載

Microsoft.AnalysisServices 命名空間