Freigeben über


DTP_DATA_UNION.floatVal-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies a value of type FLOAT.

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

Syntax

'Declaration
Public floatVal As Single
'Usage
Dim instance As DTP_DATA_UNION 
Dim value As Single 

value = instance.floatVal 

instance.floatVal = value
public float floatVal
public:
float floatVal
val mutable floatVal: float32
public var floatVal : float

Siehe auch

Verweis

DTP_DATA_UNION Struktur

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace