Compartilhar via


Campo tagSTATSTG.atime

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

The last access time for this storage, stream, or byte array.

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

Sintaxe

'Declaração
Public atime As _FILETIME
'Uso
Dim instance As tagSTATSTG 
Dim value As _FILETIME 

value = instance.atime 

instance.atime = value
public _FILETIME atime
public:
_FILETIME atime
val mutable atime: _FILETIME
public var atime : _FILETIME

Consulte também

Referência

tagSTATSTG Estrutura

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper