Aracılığıyla paylaş


Dimension.WriteEnabled Özelliği

İlişkili olduğu yazma etkinleştirme özellik için Boole değeri alır veya ayarlar bir Dimension nesne.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property WriteEnabled As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
doğru yazma etkinleştirilmişse; Aksi takdirde, yanlış.