Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Property ParamInfos As DTSParamInfo()
Get
Set
'Utilisation
Dim instance As DTSWebMethodInfo
Dim value As DTSParamInfo()
value = instance.ParamInfos
instance.ParamInfos = value
public DTSParamInfo[] ParamInfos { get; set; }
public:
property array<DTSParamInfo^>^ ParamInfos {
array<DTSParamInfo^>^ get ();
void set (array<DTSParamInfo^>^ value);
}
member ParamInfos : DTSParamInfo[] with get, set
function get ParamInfos () : DTSParamInfo[]
function set ParamInfos (value : DTSParamInfo[])
Valeur de propriété
Type : array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo[]
An array of DTSParamInfo objects, one instance per parameter.
Notes
Each instance of a DTSParamInfo represents one parameter.