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
)
參數
- dbTableName
型別:System.String
The name of the data table.
- dbSchemaName
型別:System.String
The name of the data schema.