Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TableNotification class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
dbTableName As String, _
dbSchemaName As String _
)
'Usage
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
)
Parameters
- dbTableName
Type: System.String
The name of the data table.
- dbSchemaName
Type: System.String
The name of the data schema.