Поделиться через


Структура tagSTATSTG

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Structure tagSTATSTG
'Применение
Dim instance As tagSTATSTG
public struct tagSTATSTG
public value class tagSTATSTG
[<SealedAttribute>]
type tagSTATSTG =  struct end
JScript поддерживает использование структур, но не объявление новых.

Тип tagSTATSTG обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Производный от ValueType.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от ValueType.)

В начало

Поля

  Имя Описание
Открытое поле atime Инфраструктура. The last access time for this storage, stream, or byte array.
Открытое поле cbSize Инфраструктура. The size in bytes of the stream or byte array.
Открытое поле clsid Инфраструктура. 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 Инфраструктура. The creation time for this storage, stream, or byte array.
Открытое поле grfLocksSupported Инфраструктура. 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 Инфраструктура. The access mode specified when the object was opened. This member is valid only in calls to Stat methods.
Открытое поле grfStateBits Инфраструктура. 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 Инфраструктура. The last modification time for this storage, stream, or byte array.
Открытое поле pwcsName Инфраструктура. A pointer to a NULL-terminated Unicode string containing the name.
Открытое поле reserved Инфраструктура. Reserved for future use.
Открытое поле type Инфраструктура. The type of storage, which can be one of the values in the STGTY enumeration.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper