Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Retrieves the tagSTATSTG structure for this stream.
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
)
Parameter
- pstatstg
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.tagSTATSTG%
When this method returns, contains a tagSTATSTG structure that describes this stream object. This parameter is passed uninitialized.
- grfStatFlag
Typ: System.UInt32
The members in the tagSTATSTG structure that this method does not return, thus saving some memory allocation operations.