TransArticle.ArticleLogTablespace Property

Definition

Gets or sets the name of the Oracle tablespace used to store replication log information.

public:
 property System::String ^ ArticleLogTablespace { System::String ^ get(); void set(System::String ^ value); };
public string ArticleLogTablespace { get; set; }
member this.ArticleLogTablespace : string with get, set
Public Property ArticleLogTablespace As String

Property Value

A String value.

Remarks

The ArticleLogTablespace property is only supported for Oracle Publishers.

The ArticleLogTablespace property can only be retrieved by members of the sysadmin fixed server role at the Distributor or by users who are members of the publication access list (PAL).

The ArticleLogTablespace property can only be set by members of the sysadmin fixed server role at the Distributor or by users who are members of the PAL.

Applies to