DTSWebMethodInfo.ParamInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an array that contains all the parameter information for a method.
public:
property cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamInfo ^> ^ ParamInfos { cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamInfo ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamInfo ^> ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo[] ParamInfos { get; set; }
member this.ParamInfos : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo[] with get, set
Public Property ParamInfos As DTSParamInfo()
Property Value
An array of DTSParamInfo objects, one instance per parameter.
Remarks
Each instance of a DTSParamInfo represents one parameter.