LogImportSubtask
The LogImportSubtask class is used by the Web Log Import DTS task to store information that is used by the Restart feature.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
ByteOffsetHigh |
int |
null |
None. |
ByteOffsetLow |
int |
null |
None. |
DateDirective |
nvarchar(255) |
null |
None. |
FieldDirective |
nvarchar(255) |
null |
None. |
FileName |
nvarchar(255) |
Unknown |
None. |
SubTaskID |
int |
0 |
None. |
ServerGroupName |
binary |
1 |
Stores the unique key for the object. |
SiteID |
binary |
1 |
None. |
TaskHistoryID |
binary |
1 |
None. |
Class Key
LogImportSubtaskKey is composed of the following data members:
SiteID + ServerGroupID + SubTaskID + TaskHistoryID + FileName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
ServerGroupLogImportSubtaskRel |
ServerGroup |
LogImportSubtask |
2 |
SiteLogImportSubtaskRel |
Site |
LogImportSubtask |
2 |
TaskHistoryLogImportSubtaskRel |
TaskHistory |
LogImportSubtask |
2 |