Compartir a través de


IStream.Stat(tagSTATSTG, UInt32) Método

Definición

Recupera la estructura de tagSTATSTG para este flujo.

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)

Parámetros

pstatstg
tagSTATSTG

Cuando este método realiza la devolución, contiene una estructura tagSTATSTG que describe este objeto de flujo. Este parámetro se pasa sin inicializar.

grfStatFlag
UInt32

Los miembros de la estructura tagSTATSTG que este método no devuelve, con lo que se ahorran algunas operaciones de asignación de memoria.

Se aplica a