IsOwner Property

DTS Programming

DTS Programming

IsOwner Property

The IsOwner property specifies whether the login under which the program retrieving the Data Transformation Services (DTS) package information is running is the same as the owner of the package.

Applies To
PackageInfo Object
Syntax

object.IsOwner

Part Description
object Expression that evaluates to a PackageInfo object

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsOwner(VARIANT_BOOL *pRetVal);

See Also

Owner Property