Struttura DTP_NUMERIC
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies an enumeration of data numeric structure.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Structure DTP_NUMERIC
'Utilizzo
Dim instance As DTP_NUMERIC
public struct DTP_NUMERIC
public value class DTP_NUMERIC
[<SealedAttribute>]
type DTP_NUMERIC = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo DTP_NUMERIC sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da ValueType. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
Precision | Infrastruttura. Specifies the numeric by precision. | |
Scale | Infrastruttura. Specifies the numeric by scale. | |
sign | Infrastruttura. Specifies the numeric by sign. | |
val | Infrastruttura. Specifies the numeric value. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.