dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / StorageClause Property

In This Topic
    StorageClause Property
    In This Topic
    Storage parameter.
    Syntax
    'Declaration
     
    Public Property StorageClause As String
    public string StorageClause {get; set;}
    Remarks
    The storage parameter is included in the CREATE TABLE statement when the queue table is created. The StorageClause property can take any text that can be used in a standard CREATE TABLE storage clause argument. If a tablespace is not specified here, then the queue table and all its related objects are created in the default user tablespace. If a tablespace is specified here, then the queue table and all its related objects are created in the tablespace specified in the storage clause.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also