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 结构中的成员。

适用于