TableNotification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TableNotification() |
Initializes a new instance of the TableNotification class using default values. |
TableNotification(String, String) |
Initializes a new instance of the TableNotification class using the specified table and schema. |
TableNotification()
Initializes a new instance of the TableNotification class using default values.
public TableNotification ();
Public Sub New ()
Applies to
TableNotification(String, String)
Initializes a new instance of the TableNotification class using the specified table and schema.
public TableNotification (string dbTableName, string dbSchemaName);
new Microsoft.AnalysisServices.TableNotification : string * string -> Microsoft.AnalysisServices.TableNotification
Public Sub New (dbTableName As String, dbSchemaName As String)
Parameters
- dbTableName
- String
The name of the data table.
- dbSchemaName
- String
The name of the data schema.