DTP_NUMERIC Structure

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies an enumeration of data numeric structure.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public value struct DTP_NUMERIC

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldPrecision

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the numeric by precision.

System_CAPS_pubfieldScale

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the numeric by scale.

System_CAPS_pubfieldsign

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the numeric by sign.

System_CAPS_pubfieldval

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the numeric value.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: