The PackageDataSize property specifies the size of the Data Transformation Services (DTS) package in Microsoft® SQL Server™ storage.
object.PackageDataSize
Part | Description |
---|---|
object | Expression that evaluates to a PackageInfo object |
Long
Read-only
HRESULT GetPackageDataSize(long *pRetVal);
The PackageDataSize is specified in bytes. It is not available for packages stored in SQL Server 2000 Meta Data Services (0 is returned).