EventSetBase.Storage Property

Gets or sets the bit array for event set storage.

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

Syntax

'Declaration
Protected Friend Property Storage As BitArray 
    Get 
    Set
'Usage
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)

Property Value

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

Examples

Handling SMO Events

See Also

Reference

EventSetBase Class

Microsoft.SqlServer.Management.Smo Namespace