Estrutura tagSTATSTG
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies the statistical information about an open storage, stream, or byte array object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Structure tagSTATSTG
'Uso
Dim instance As tagSTATSTG
public struct tagSTATSTG
public value class tagSTATSTG
[<SealedAttribute>]
type tagSTATSTG = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo tagSTATSTG expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
atime | Infraestrutura. The last access time for this storage, stream, or byte array. | |
cbSize | Infraestrutura. The size in bytes of the stream or byte array. | |
clsid | Infraestrutura. The class identifier for the storage object; set to CLSID_NULL for new storage objects. This member is not used for streams or byte arrays. | |
ctime | Infraestrutura. The creation time for this storage, stream, or byte array. | |
grfLocksSupported | Infraestrutura. The type of region locking that is supported by the stream or byte array, which can be a value in the LOCKTYPE enumeration. This member is not used for storage objects. | |
grfMode | Infraestrutura. The access mode specified when the object was opened. This member is valid only in calls to Stat methods. | |
grfStateBits | Infraestrutura. The current state bits of the storage object; that is, the value most recently set by the IStorage::SetStateBits method. This member is not valid for streams or byte arrays. | |
mtime | Infraestrutura. The last modification time for this storage, stream, or byte array. | |
pwcsName | Infraestrutura. A pointer to a NULL-terminated Unicode string containing the name. | |
reserved | Infraestrutura. Reserved for future use. | |
type | Infraestrutura. The type of storage, which can be one of the values in the STGTY enumeration. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.