Stat méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans 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
- pstatstg
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .tagSTATSTG%
- grfStatFlag
Type : System. . :: . .UInt32
Voir aussi