Size Property (DTS)

The Size property specifies the maximum size of the column.

Applies To
Column Object  

Syntax

object.Size [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Maximum size of the column

Remarks

The Size property is ignored for columns that have fixed-length data types.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSize(LONG *pRetVal);

HRESULT SetSize(LONG NewValue);

  


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