Compartilhar via


Campo DTP_FILETIME.dwHighDateTime

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the high 32 bits of the FILETIME.

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

Sintaxe

'Declaração
Public dwHighDateTime As UInteger
'Uso
Dim instance As DTP_FILETIME 
Dim value As UInteger 

value = instance.dwHighDateTime 

instance.dwHighDateTime = value
public uint dwHighDateTime
public:
unsigned int dwHighDateTime
val mutable dwHighDateTime: uint32
public var dwHighDateTime : uint

Consulte também

Referência

DTP_FILETIME Estrutura

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper