Partager via


Méthode IStream.Stat

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Retrieves the tagSTATSTG structure for this stream.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Stat ( _
    <OutAttribute> ByRef pstatstg As tagSTATSTG, _
    grfStatFlag As UInteger _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

IStream Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper