CreatorComputerName Property
From DTS Programming
DTS Programming
CreatorComputerName Property
The CreatorComputerName property specifies the network name of the computer on which the Data Transformation Services (DTS) package was created.
Applies To
| Package Object | Package2 Object |
Syntax
object.CreatorComputerName
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
String
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetCreatorComputerName(BSTR *pRetVal);