Compartir a través de


Estructura tagSTATSTG

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Structure tagSTATSTG
'Uso
Dim instance As tagSTATSTG
public struct tagSTATSTG
public value class tagSTATSTG
[<SealedAttribute>]
type tagSTATSTG =  struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo tagSTATSTG expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Equals (Se hereda de ValueType.)
Método público GetHashCode (Se hereda de ValueType.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de ValueType.)

Arriba

Campos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper