ManagementBindAttribute.Schema 속성

정의

ManagementEnumerator 특성으로 표시된 메서드가 출력할 출력 형식을 정의하는 값을 가져오거나 설정합니다.

public:
 property Type ^ Schema { Type ^ get(); void set(Type ^ value); };
public Type Schema { get; set; }
member this.Schema : Type with get, set
Public Property Schema As Type

속성 값

Type 특성으로 표시된 메서드가 출력할 출력 형식을 ManagementBindAttribute 나타내는 값입니다.

설명

반환된 형식이 System.Object면 출력을 형식 System.Object의 값으로 처리해야 합니다.

적용 대상