tagSTATSTG 结构

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

字段

  名称 说明
公共字段 atime 基础结构。
公共字段 cbSize 基础结构。
公共字段 clsid 基础结构。
公共字段 ctime 基础结构。
公共字段 grfLocksSupported 基础结构。
公共字段 grfMode 基础结构。
公共字段 grfStateBits 基础结构。
公共字段 mtime 基础结构。
公共字段 pwcsName 基础结构。
公共字段 reserved 基础结构。
公共字段 type 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。