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.