CreatorName Property

DTS Programming

DTS Programming

CreatorName Property

The CreatorName property specifies the name of the user who created the Data Transformation Services (DTS) package.

Applies To
Package Object Package2 Object
Syntax

object.CreatorName

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

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCreatorName(BSTR *pRetVal);

Remarks

An application must not rely on the CreatorName property being set. For example, if a package is created on a computer running Microsoft® Windows® 98, in some cases, no value is entered for the user name.

See Also

CreationDate Property

CreatorComputerName Property