Table.IsPrivate Property

Definition

A boolean value that specifies whether to hide a table from the client. True hides the tables.

public bool IsPrivate { get; set; }
member this.IsPrivate : bool with get, set
Public Property IsPrivate As Boolean

Property Value

Remarks

This property is only supported for Pbi server, at database compatibility level of 1400 or above for Box server, at database compatibility level of 1400 or above for Excel server.

Applies to