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 IncrementalProcessingNotification using a query, a table identifier, and processing query text.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
query As String, _
tableId As String, _
processingQuery As String _
)
public IncrementalProcessingNotification (
string query,
string tableId,
string processingQuery
)
public:
IncrementalProcessingNotification (
String^ query,
String^ tableId,
String^ processingQuery
)
public IncrementalProcessingNotification (
String query,
String tableId,
String processingQuery
)
public function IncrementalProcessingNotification (
query : String,
tableId : String,
processingQuery : String
)
Parameters
- query
- tableId
- processingQuery
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IncrementalProcessingNotification Class
IncrementalProcessingNotification Members
Microsoft.AnalysisServices Namespace