IStream.Stat(tagSTATSTG, UInt32) Méthode

Définition

Récupère la structure tagSTATSTG pour ce flux.

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)

Paramètres

pstatstg
tagSTATSTG

Cette méthode retourne une structure tagSTATSTG qui décrit cet objet de flux. Ce paramètre est passé sans être initialisé.

grfStatFlag
UInt32

Membres de la structure tagSTATSTG que cette méthode ne retourne pas, permettant donc l'enregistrement de certaines opérations d'allocation de mémoire.

S’applique à