PackageDataSize Property

DTS Programming

DTS Programming

PackageDataSize Property

The PackageDataSize property specifies the size of the Data Transformation Services (DTS) package in Microsoft® SQL Server™ storage.

Applies To
PackageInfo Object
Syntax

object.PackageDataSize

Part Description
object Expression that evaluates to a PackageInfo object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPackageDataSize(long *pRetVal);

Remarks

The PackageDataSize is specified in bytes. It is not available for packages stored in SQL Server 2000 Meta Data Services (0 is returned).

See Also

EnumPackageInfos Method

PackageInfos Collection