DTSWebMethodInfo.ParamInfos Proprietà

Definizione

Ottiene o imposta una matrice contenente tutte le informazioni sui parametri relativi a un metodo.

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

Valore della proprietà

Matrice di oggetti DTSParamInfo, un'istanza per parametro.

Commenti

Ogni istanza di un DTSParamInfo oggetto rappresenta un parametro.

Si applica a