Конструктор 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.