다음을 통해 공유


ManagementConfigurationAttribute.Mode 속성

정의

속성 변경 내용을 최대한 빨리 적용할지 아니면 커밋 메서드가 호출되면 적용할지를 지정하는 속성 모드를 가져오거나 설정합니다.

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

속성 값

WMI 속성에서 ManagementConfigurationType 모드를 사용할지 아니면 Apply 모드를 사용할지를 나타내는 OnCommit을 반환합니다.

설명

정의 된 커밋 메서드가 있으면 담당 하 고 사용 하는 모든 읽기-쓰기 WMI 속성을 업데이트 합니다 OnCommit 모드입니다. 으로 식별 되는 ManagementCommitAttribute합니다.

적용 대상