IStream.Stat Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Stat ( _
<OutAttribute> ByRef pstatstg As tagSTATSTG, _
grfStatFlag As UInteger _
)
'Usage
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
)
Parameters
- pstatstg
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.tagSTATSTG%
- grfStatFlag
Type: System.UInt32