DesignerDataStoredProcedure.Parameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取存储过程所需的参数集合。
public:
property System::Collections::ICollection ^ Parameters { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Parameters { get; }
member this.Parameters : System.Collections.ICollection
Public ReadOnly Property Parameters As ICollection
属性值
存储过程的参数集合。
注解
首次访问该属性时,该方法Parameters将填充CreateParametersParameters该属性。