다음을 통해 공유


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 네임스페이스