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 the value of a property.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Property ParamValue As DTSParamValue
Get
Set
'Utilisation
Dim instance As ComplexProperty
Dim value As DTSParamValue
value = instance.ParamValue
instance.ParamValue = value
public DTSParamValue ParamValue { get; set; }
public:
property DTSParamValue^ ParamValue {
DTSParamValue^ get ();
void set (DTSParamValue^ value);
}
member ParamValue : DTSParamValue with get, set
function get ParamValue () : DTSParamValue
function set ParamValue (value : DTSParamValue)
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue object that contains the value of the property.