DisplayFlag 属性
Gets or sets the display flag status.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property DisplayFlag As Boolean
Get
Set
用法
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)
属性值
类型:System. . :: . .Boolean
true if the display flag is on; otherwise, false.