Computer Property

From DTS Programming

DTS Programming

Computer Property

The Computer property specifies the network node name of the computer on which a Data Transformation Services (DTS) package was executed. This property applies only to packages for which a lineage or log record was written

Applies To

PackageLineage Object PackageLogRecord Object

Syntax

object.Computer

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetComputer(BSTR *pRetVal);

See Also

Operator Property