Dimension.WriteEnabled 속성
Gets a value that indicates whether the Dimension is write-enabled.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.