DTSWebMethodInfo.ParamInfos Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.