Propriété DisplayFlag
Gets or sets the display flag status.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property DisplayFlag As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true if the display flag is on; otherwise, false.