Compartilhar via


Método IStream.Stat

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Retrieves the tagSTATSTG structure for this stream.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • grfStatFlag
    Tipo: System.UInt32
    The members in the tagSTATSTG structure that this method does not return, thus saving some memory allocation operations.

Consulte também

Referência

IStream Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper