IStream.Stat(tagSTATSTG, UInt32) Method

Definition

Retrieves the tagSTATSTG structure for this stream.

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)

Parameters

pstatstg
tagSTATSTG

When this method returns, contains a tagSTATSTG structure that describes this stream object. This parameter is passed uninitialized.

grfStatFlag
UInt32

The members in the tagSTATSTG structure that this method does not return, thus saving some memory allocation operations.

Applies to