Construtor TableNotification (String, String)
Initializes a new instance of the TableNotification class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
dbTableName As String, _
dbSchemaName As String _
)
'Uso
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
)
Parâmetros
- dbTableName
Tipo: System.String
The name of the data table.
- dbSchemaName
Tipo: System.String
The name of the data schema.