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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。