Поле tagSTATSTG.type
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
The type of storage, which can be one of the values in the STGTY enumeration.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public type As UInteger
'Применение
Dim instance As tagSTATSTG
Dim value As UInteger
value = instance.type
instance.type = value
public uint type
public:
unsigned int type
val mutable type: uint32
public var type : uint