Constructeur TableNotification (String, String)
Initializes a new instance of the TableNotification class.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
dbTableName As String, _
dbSchemaName As String _
)
'Utilisation
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
)
Paramètres
- dbTableName
Type : System.String
The name of the data table.
- dbSchemaName
Type : System.String
The name of the data schema.