tagSTATSTG Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the statistical information about an open storage, stream, or byte array object.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | atime | This API supports the product infrastructure and is not intended to be used directly from your code. The last access time for this storage, stream, or byte array. |
![]() | cbSize | This API supports the product infrastructure and is not intended to be used directly from your code. The size in bytes of the stream or byte array. |
![]() | clsid | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. The creation time for this storage, stream, or byte array. |
![]() | grfLocksSupported | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. The access mode specified when the object was opened. This member is valid only in calls to Stat methods. |
![]() | grfStateBits | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. The last modification time for this storage, stream, or byte array. |
![]() | pwcsName | This API supports the product infrastructure and is not intended to be used directly from your code. A pointer to a NULL-terminated Unicode string containing the name. |
![]() | reserved | This API supports the product infrastructure and is not intended to be used directly from your code. Reserved for future use. |
![]() | type | This API supports the product infrastructure and is not intended to be used directly from your code. The type of storage, which can be one of the values in the STGTY enumeration. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

