Поделиться через


Метод IStream.Stat

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Retrieves the tagSTATSTG structure for this stream.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub Stat ( _
    <OutAttribute> ByRef pstatstg As tagSTATSTG, _
    grfStatFlag As UInteger _
)
'Применение
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
)

Параметры

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

См. также

Справочник

IStream Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper