Partager via


Champ tagSTATSTG.grfStateBits

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public grfStateBits As UInteger
'Utilisation
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

Voir aussi

Référence

tagSTATSTG Structure

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper