ConfigurationMethodInstance 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 인스턴스를 나타냅니다 ConfigurationMethod.
public ref class ConfigurationMethodInstance sealed
public sealed class ConfigurationMethodInstance
type ConfigurationMethodInstance = class
Public NotInheritable Class ConfigurationMethodInstance
- 상속
-
ConfigurationMethodInstance
설명
개체를 ConfigurationMethodInstance 만들려면 개체의 CreateInstance 메서드를 ConfigurationMethod 사용합니다.
속성
Input |
구성 메서드 인스턴스에 대한 입력으로 사용되는 구성 요소를 가져옵니다. |
Output |
구성 메서드 인스턴스의 출력으로 사용되는 구성 요소를 가져옵니다. |
메서드
Execute() |
이 ConfigurationMethodInstance 개체가 나타내는 메서드를 실행합니다. |
GetMetadata(String) |
메서드 스키마에서 메타데이터 값을 반환합니다. |
SetMetadata(String, Object) |
현재 메서드에 대한 메타데이터를 설정합니다. |