sign-Feld
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public sign As Byte
'Usage
Dim instance As DTP_NUMERIC
Dim value As Byte
value = instance.sign
instance.sign = value
public byte sign
public:
unsigned char sign
val mutable sign: byte
public var sign : byte