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.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間