Struttura DTP_DBDATE
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies an enumeration of date structure.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Structure DTP_DBDATE
'Utilizzo
Dim instance As DTP_DBDATE
public struct DTP_DBDATE
public value class DTP_DBDATE
[<SealedAttribute>]
type DTP_DBDATE = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo DTP_DBDATE 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 | |
---|---|---|
![]() |
day | Infrastruttura. Specifies the date by day. |
![]() |
month | Infrastruttura. Specifies the date by month. |
![]() |
year | Infrastruttura. Specifies the date by year. |
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.