ManagementBindAttribute.Schema 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,以定義含有 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的值。