Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the display flag status.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DisplayFlag As Boolean
Get
Set
'Usage
Dim instance As ServerProperty
Dim value As Boolean
value = instance.DisplayFlag
instance.DisplayFlag = value
public bool DisplayFlag { get; set; }
public:
property bool DisplayFlag {
bool get ();
void set (bool value);
}
member DisplayFlag : bool with get, set
function get DisplayFlag () : boolean
function set DisplayFlag (value : boolean)
Property Value
Type: System.Boolean
true if the display flag is on; otherwise, false.