Partager via


DTSWebMethodInfo.ParamInfos Property

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
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[])

Valeur de propriété

An array of DTSParamInfo objects, one instance per parameter.

Notes

Each instance of a DTSParamInfo represents one parameter.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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