Compartir a través de


Stat Método

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub Stat ( _
    <OutAttribute> ByRef pstatstg As tagSTATSTG, _
    grfStatFlag As UInteger _
)
'Uso
Dim instance As IStream
Dim pstatstg As tagSTATSTG
Dim grfStatFlag As UInteger

instance.Stat(pstatstg, grfStatFlag)
void Stat(
    out tagSTATSTG pstatstg,
    uint grfStatFlag
)
void Stat(
    [OutAttribute] tagSTATSTG% pstatstg, 
    [InAttribute] unsigned int grfStatFlag
)
abstract Stat : 
        pstatstg:tagSTATSTG byref * 
        grfStatFlag:uint32 -> unit 
function Stat(
    pstatstg : tagSTATSTG, 
    grfStatFlag : uint
)