Partilhar via


tagBUFFERCOL.lPrecision Field

Indicates the number of decimal places of precision contained in a buffer column.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
Public lPrecision As Integer
public int lPrecision
public:
int lPrecision
public int lPrecision
public var lPrecision : int

Remarks

If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, lPrecision contains a zero and is ignored.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace