CreatorName Property (DTS)

The CreatorName property specifies the username of the package creator.

Applies To
Package Object  

Syntax

object.CreatorName

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

Remarks

An application should not rely on the CreatorName property being set. For example, if a package is created on a computer running Microsoft® Windows® 95 and the creator has not logged in, no value is entered.

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCreatorName(BSTR *pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.