Owner Property

DTS Programming

DTS Programming

Owner Property

The Owner property specifies the login of the owner of the Data Transformation Services (DTS) package.

Applies To
PackageInfo Object
Syntax

object.Owner

Part Description
object Expression that evaluates to a PackageInfo object

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetOwner(BSTR *pRetVal);

Remarks

The following code illustrates the value returned by the Owner property:

   REDMOND\johndoe

See Also

IsOwner Property