QueryProviderTask Constructor |
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected QueryProviderTask(
Guid taskId
)
Protected Sub New (
taskId As Guid
)
protected:
QueryProviderTask(
Guid taskId
)
new :
taskId : Guid -> QueryProviderTaskParameters
- taskId
- Type: SystemGuid
The task ID.
See Also