Share via


DTSWebMethodInfo.ParamInfos Property

Definition

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.

Applies to