หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a value that indicates whether the Dimension is write-enabled.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property WriteEnabled As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the Dimension is write-enabled; false if the Dimension is not write-enabled.