Condividi tramite


DTSWebMethodInfo.ParamInfos Property

Gets or sets an array that contains all the parameter information for a method.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintassi

'Dichiarazione
Public Property ParamInfos As DTSParamInfo()
public DTSParamInfo[] ParamInfos { get; set; }
public:
property array<DTSParamInfo^>^ ParamInfos {
    array<DTSParamInfo^>^ get ();
    void set (array<DTSParamInfo^>^ value);
}
/** @property */
public DTSParamInfo[] get_ParamInfos ()

/** @property */
public void set_ParamInfos (DTSParamInfo[] value)
public function get ParamInfos () : DTSParamInfo[]

public function set ParamInfos (value : DTSParamInfo[])

Valore proprietà

An array of DTSParamInfo objects, one instance per parameter.

Osservazioni

Each instance of a DTSParamInfo represents one parameter.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DTSWebMethodInfo Class
DTSWebMethodInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace