Struttura tagSTATSTG

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the statistical information about an open storage, stream, or byte array object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Structure tagSTATSTG
'Utilizzo
Dim instance As tagSTATSTG
public struct tagSTATSTG
public value class tagSTATSTG
[<SealedAttribute>]
type tagSTATSTG =  struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

Nel tipo tagSTATSTG sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da ValueType.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

  Nome Descrizione
Campo pubblico atime Infrastruttura. The last access time for this storage, stream, or byte array.
Campo pubblico cbSize Infrastruttura. The size in bytes of the stream or byte array.
Campo pubblico clsid Infrastruttura. 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.
Campo pubblico ctime Infrastruttura. The creation time for this storage, stream, or byte array.
Campo pubblico grfLocksSupported Infrastruttura. 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.
Campo pubblico grfMode Infrastruttura. The access mode specified when the object was opened. This member is valid only in calls to Stat methods.
Campo pubblico grfStateBits Infrastruttura. 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.
Campo pubblico mtime Infrastruttura. The last modification time for this storage, stream, or byte array.
Campo pubblico pwcsName Infrastruttura. A pointer to a NULL-terminated Unicode string containing the name.
Campo pubblico reserved Infrastruttura. Reserved for future use.
Campo pubblico type Infrastruttura. The type of storage, which can be one of the values in the STGTY enumeration.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper