Partager via


Propriété EventSetBase.Storage

Gets or sets the bit array for event set storage.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Protected Friend Property Storage As BitArray 
    Get 
    Set
'Utilisation
Dim value As BitArray 

value = Me.Storage 

Me.Storage = value
protected internal BitArray Storage { get; set; }
protected public:
property BitArray^ Storage {
    BitArray^ get ();
    void set (BitArray^ value);
}
member Storage : BitArray with get, set
function get Storage () : BitArray 
function set Storage (value : BitArray)

Valeur de propriété

Type : System.Collections.BitArray
A Bit system object array that specifies the storage for the event set.

Exemples

Gestion des événements SMO

Voir aussi

Référence

EventSetBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo