Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.