Dimension.WriteEnabled 属性

Gets or sets the Boolean value for the write-enable property that is associated with a Dimension object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property WriteEnabled As Boolean 
    Get 
    Set
用法
Dim instance As Dimension 
Dim value As Boolean 

value = instance.WriteEnabled

instance.WriteEnabled = value
public bool WriteEnabled { get; set; }
public:
property bool WriteEnabled {
    bool get ();
    void set (bool value);
}
member WriteEnabled : bool with get, set
function get WriteEnabled () : boolean 
function set WriteEnabled (value : boolean)

属性值

类型:System.Boolean
true if write is enabled; otherwise, false.

请参阅

参考

Dimension 类

Microsoft.AnalysisServices 命名空间