TableNotification Constructors

Definition

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.

Applies to