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 the type of a parameter.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Property ParamType As DTSParamType
Get
Set
'Utilisation
Dim instance As DTSParamInfo
Dim value As DTSParamType
value = instance.ParamType
instance.ParamType = value
public DTSParamType ParamType { get; set; }
public:
property DTSParamType ParamType {
DTSParamType get ();
void set (DTSParamType value);
}
member ParamType : DTSParamType with get, set
function get ParamType () : DTSParamType
function set ParamType (value : DTSParamType)
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
A value from the DTSParamValue enumeration that indicates the type of the parameter.
Notes
The parameter type is a value from the DTSParamValue enumeration.