ObjectDataSourceStatusEventArgs.OutputParameters 屬性

定義

取得包含商務物件方法參數和其值的集合。

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 傳回。

適用於