ObjectDataSourceStatusEventArgs.OutputParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含商務物件方法參數和其值的集合。
public:
property System::Collections::IDictionary ^ OutputParameters { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary OutputParameters { get; }
member this.OutputParameters : System.Collections.IDictionary
Public ReadOnly Property OutputParameters As IDictionary
屬性值
名稱/值組的 IDictionary,表示商務物件方法參數和其對應的值。
備註
依傳址方式傳遞至商務物件方法的任何參數,會在集合中 OutputParameters 傳回。