Compartilhar via


Campo DTP_DATA_UNION.filetimeVal

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

Specifies a value of type FILETIME.

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

Sintaxe

'Declaração
Public filetimeVal As DTP_FILETIME
'Uso
Dim instance As DTP_DATA_UNION 
Dim value As DTP_FILETIME 

value = instance.filetimeVal 

instance.filetimeVal = value
public DTP_FILETIME filetimeVal
public:
DTP_FILETIME filetimeVal
val mutable filetimeVal: DTP_FILETIME
public var filetimeVal : DTP_FILETIME

Consulte também

Referência

DTP_DATA_UNION Estrutura

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper