Stat メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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