tagSTATSTG.grfStateBits 欄位

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

The current state bits of the storage object; that is, the value most recently set by the IStorage::SetStateBits method. This member is not valid for streams or byte arrays.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public grfStateBits As UInteger
'用途
Dim instance As tagSTATSTG 
Dim value As UInteger 

value = instance.grfStateBits 

instance.grfStateBits = value
public uint grfStateBits
public:
unsigned int grfStateBits
val mutable grfStateBits: uint32
public var grfStateBits : uint

請參閱

參考

tagSTATSTG 結構

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間