WriteEnabled 属性

Gets a value that indicates whether the Dimension is write-enabled.

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

语法

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

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

属性值

类型:System. . :: . .Boolean
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.