EventSetBase.Storage Property

Gets or sets the bit array for event set storage.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

语法

声明
Protected Friend Property Storage As BitArray
protected internal BitArray Storage { get; set; }
protected public:
property BitArray^ Storage {
    BitArray^ get ();
    void set (BitArray^ value);
}
/** @property */
protected BitArray get_Storage ()

/** @property */
protected void set_Storage (BitArray value)
protected internal function get Storage () : BitArray

protected internal function set Storage (value : BitArray)

属性值

A Bit system object array that specifies the storage for the event set.

备注

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

示例

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

EventSetBase Class
EventSetBase Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

Handling SMO Events