IStream.Stat(tagSTATSTG, UInt32) 메서드

정의

이 스트림에 대한 tagSTATSTG 구조체를 검색합니다.

public:
 void Stat([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::tagSTATSTG % pstatstg, System::UInt32 grfStatFlag);
public void Stat (out Microsoft.SqlServer.Dts.Runtime.Wrapper.tagSTATSTG pstatstg, uint grfStatFlag);
abstract member Stat : tagSTATSTG * uint32 -> unit
Public Sub Stat (ByRef pstatstg As tagSTATSTG, grfStatFlag As UInteger)

매개 변수

pstatstg
tagSTATSTG

이 메서드는 반환될 때 이 스트림 개체를 설명하는 tagSTATSTG 구조체를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

grfStatFlag
UInt32

이 메서드에서 반환하지 않아서 일부 메모리 할당 작업을 저장하는 tagSTATSTG 구조체의 멤버입니다.

적용 대상