Partager via


DTSWebMethodInfo.ParamInfos Propriété

Définition

Obtient ou définit un tableau qui contient toutes les informations de paramètre pour une méthode.

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()

Valeur de propriété

Tableau d'objets DTSParamInfo, à raison d'une instance par paramètre.

Remarques

Chaque instance d’un DTSParamInfo paramètre représente un paramètre.

S’applique à