Proprietà DisplayFlag
Gets or sets the display flag status.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property DisplayFlag As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
true if the display flag is on; otherwise, false.
Vedere anche