Aracılığıyla paylaş


ManagementConfigurationAttribute.Mode Özellik

Tanım

Özellikte yapılan değişikliklerin en kısa sürede uygulanıp uygulanmayacağını veya bir işleme yönteminin çağrıldığını belirten modunu alır veya ayarlar.

public:
 property System::Management::Instrumentation::ManagementConfigurationType Mode { System::Management::Instrumentation::ManagementConfigurationType get(); void set(System::Management::Instrumentation::ManagementConfigurationType value); };
public System.Management.Instrumentation.ManagementConfigurationType Mode { get; set; }
member this.Mode : System.Management.Instrumentation.ManagementConfigurationType with get, set
Public Property Mode As ManagementConfigurationType

Özellik Değeri

WMI özelliğinin mi OnCommit yoksa modunu mu kullandığını Apply gösteren bir ManagementConfigurationType döndürür.

Açıklamalar

Tanımlanmış bir işleme yöntemi varsa, modu kullanan tüm okuma-yazma WMI özelliklerini güncelleştirmek bu yöntemden OnCommit sorumludur. tarafından tanımlanır ManagementCommitAttribute.

Şunlara uygulanır