Compartilhar via


Propriedade do RDL EventSetBase.Storage

Gets or sets the bit array for event set storage.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Protected Friend Property Storage As BitArray 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

EventSetBase Classe

Namespace Microsoft.SqlServer.Management.Smo