Costruttore TableNotification (String, String)
Initializes a new instance of the TableNotification class.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
dbTableName As String, _
dbSchemaName As String _
)
'Utilizzo
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
)
Parametri
- dbTableName
Tipo: System.String
The name of the data table.
- dbSchemaName
Tipo: System.String
The name of the data schema.