다음을 통해 공유


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 네임스페이스